Card

data class Card(val card: SessionFrame.SendEvent.Body.Entity.Data.Card, val uniqueId: String = UUID.randomUUID().toString()) : ChatItem

Constructors

Link copied to clipboard
constructor(card: SessionFrame.SendEvent.Body.Entity.Data.Card, uniqueId: String = UUID.randomUUID().toString())

Properties

Link copied to clipboard
val card: SessionFrame.SendEvent.Body.Entity.Data.Card
Link copied to clipboard
open override val itemId: String
Link copied to clipboard