AssetMessageEntity

data class AssetMessageEntity(val time: <Error class: unknown class>, val username: String?, val messageId: String, val conversationId: QualifiedIDEntity, val assetId: String, val width: Int, val height: Int, val assetPath: String?, val isSelfAsset: Boolean)

Constructors

Link copied to clipboard
constructor(time: <Error class: unknown class>, username: String?, messageId: String, conversationId: QualifiedIDEntity, assetId: String, width: Int, height: Int, assetPath: String?, isSelfAsset: Boolean)

Properties

Link copied to clipboard
val assetId: String
Link copied to clipboard
val assetPath: String?
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val isSelfAsset: Boolean
Link copied to clipboard
val messageId: String
Link copied to clipboard
val time: <Error class: unknown class>
Link copied to clipboard
val username: String?
Link copied to clipboard
val width: Int