Regular

data class Regular(val id: String, val conversationId: QualifiedIDEntity, val date: <Error class: unknown class>, val senderUserId: QualifiedIDEntity, val status: MessageEntity.Status, val visibility: MessageEntity.Visibility = Visibility.VISIBLE, val content: MessageEntityContent.Regular, val isSelfMessage: Boolean = false, val readCount: Long, val expireAfterMs: Long? = null, val selfDeletionEndDate: <Error class: unknown class>? = null, val sender: UserDetailsEntity? = null, val senderName: String?, val senderClientId: String, val editStatus: MessageEntity.EditStatus, val reactions: ReactionsEntity = ReactionsEntity.EMPTY, val expectsReadConfirmation: Boolean = false, val deliveryStatus: DeliveryStatusEntity = DeliveryStatusEntity.CompleteDelivery) : MessageEntity

Constructors

Link copied to clipboard
constructor(id: String, conversationId: QualifiedIDEntity, date: <Error class: unknown class>, senderUserId: QualifiedIDEntity, status: MessageEntity.Status, visibility: MessageEntity.Visibility = Visibility.VISIBLE, content: MessageEntityContent.Regular, isSelfMessage: Boolean = false, readCount: Long, expireAfterMs: Long? = null, selfDeletionEndDate: <Error class: unknown class>? = null, sender: UserDetailsEntity? = null, senderName: String?, senderClientId: String, editStatus: MessageEntity.EditStatus, reactions: ReactionsEntity = ReactionsEntity.EMPTY, expectsReadConfirmation: Boolean = false, deliveryStatus: DeliveryStatusEntity = DeliveryStatusEntity.CompleteDelivery)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val date: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val expectsReadConfirmation: Boolean = false
Link copied to clipboard
open override val expireAfterMs: Long? = null
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val isSelfMessage: Boolean = false
Link copied to clipboard
Link copied to clipboard
open override val readCount: Long
Link copied to clipboard
open override val selfDeletionEndDate: <Error class: unknown class>? = null
Link copied to clipboard
open override val sender: UserDetailsEntity? = null
Link copied to clipboard
val senderClientId: String
Link copied to clipboard
val senderName: String?
Link copied to clipboard
open override val senderUserId: QualifiedIDEntity
Link copied to clipboard
open override val status: MessageEntity.Status
Link copied to clipboard