Asset

data class Asset(val senderName: String?, val type: AssetTypeEntity) : MessagePreviewEntityContent

Constructors

Link copied to clipboard
constructor(senderName: String?, type: AssetTypeEntity)

Properties

Link copied to clipboard
val senderName: String?
Link copied to clipboard