QuotedSelf

data class QuotedSelf(val senderName: String?, val messageBody: String) : MessagePreviewEntityContent

Constructors

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

Properties

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