commonMain.net.folivo.trixnity.clientserverapi.model.media.FileTransferProgress.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trixnity-clientserverapi-model Show documentation
Show all versions of trixnity-clientserverapi-model Show documentation
Multiplatform Kotlin SDK for matrix-protocol
package net.folivo.trixnity.clientserverapi.model.media
data class FileTransferProgress(
val transferred: Long,
val total: Long
)