NotificationMessageEntity

data class NotificationMessageEntity(val id: String, val contentType: MessageEntity.ContentType, val isSelfDelete: Boolean, val senderUserId: QualifiedIDEntity, val senderImage: UserAssetIdEntity?, val date: <Error class: unknown class>, val senderName: String?, val text: String?, val assetMimeType: String?, val isQuotingSelf: Boolean, val conversationId: QualifiedIDEntity, val conversationName: String?, val mutedStatus: ConversationEntity.MutedStatus, val conversationType: ConversationEntity.Type, val degradedConversationNotified: Boolean, val legalHoldStatus: ConversationEntity.LegalHoldStatus, val legalHoldStatusChangeNotified: Boolean)

Constructors

Link copied to clipboard
constructor(id: String, contentType: MessageEntity.ContentType, isSelfDelete: Boolean, senderUserId: QualifiedIDEntity, senderImage: UserAssetIdEntity?, date: <Error class: unknown class>, senderName: String?, text: String?, assetMimeType: String?, isQuotingSelf: Boolean, conversationId: QualifiedIDEntity, conversationName: String?, mutedStatus: ConversationEntity.MutedStatus, conversationType: ConversationEntity.Type, degradedConversationNotified: Boolean, legalHoldStatus: ConversationEntity.LegalHoldStatus, legalHoldStatusChangeNotified: Boolean)

Properties

Link copied to clipboard
val assetMimeType: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val conversationName: String?
Link copied to clipboard
val date: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val isQuotingSelf: Boolean
Link copied to clipboard
val isSelfDelete: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val senderName: String?
Link copied to clipboard
Link copied to clipboard
val text: String?