QuotedMessage

data class QuotedMessage(    val id: String,     val senderId: QualifiedIDEntity,     val isQuotingSelfUser: Boolean,     val isVerified: Boolean,     val senderName: String?,     val dateTime: String,     val editTimestamp: String?,     val visibility: MessageEntity.Visibility,     val contentType: MessageEntity.ContentType,     val textBody: String?,     val assetMimeType: String?,     val assetName: String?,     val locationName: String?)

Constructors

Link copied to clipboard
constructor(    id: String,     senderId: QualifiedIDEntity,     isQuotingSelfUser: Boolean,     isVerified: Boolean,     senderName: String?,     dateTime: String,     editTimestamp: String?,     visibility: MessageEntity.Visibility,     contentType: MessageEntity.ContentType,     textBody: String?,     assetMimeType: String?,     assetName: String?,     locationName: String?)

Properties

Link copied to clipboard
val assetMimeType: String?
Link copied to clipboard
val assetName: String?
Link copied to clipboard
Link copied to clipboard
val dateTime: String
Link copied to clipboard
val editTimestamp: String?
Link copied to clipboard
val id: String
Link copied to clipboard
val isQuotingSelfUser: Boolean
Link copied to clipboard
val isVerified: Boolean

Indicates that the hash of the quote matches the hash of the original message

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