Image

data class Image(val width: Int, val height: Int, val tag: String?) : BackupMessageContent.Asset.AssetMetadata

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, tag: String?)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val tag: String?
Link copied to clipboard
val width: Int