System

data class System(val id: String, val content: MessageEntityContent.System, val conversationId: QualifiedIDEntity, val date: <Error class: unknown class>, val senderUserId: QualifiedIDEntity, val status: MessageEntity.Status, val expireAfterMs: Long?, val selfDeletionEndDate: <Error class: unknown class>?, val readCount: Long, val visibility: MessageEntity.Visibility = Visibility.VISIBLE, val isSelfMessage: Boolean = false, val sender: UserDetailsEntity? = null, val senderName: String?) : MessageEntity

Constructors

Link copied to clipboard
constructor(id: String, content: MessageEntityContent.System, conversationId: QualifiedIDEntity, date: <Error class: unknown class>, senderUserId: QualifiedIDEntity, status: MessageEntity.Status, expireAfterMs: Long?, selfDeletionEndDate: <Error class: unknown class>?, readCount: Long, visibility: MessageEntity.Visibility = Visibility.VISIBLE, isSelfMessage: Boolean = false, sender: UserDetailsEntity? = null, senderName: String?)

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
open override val expireAfterMs: Long?
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val isSelfMessage: Boolean = false
Link copied to clipboard
open override val readCount: Long
Link copied to clipboard
open override val selfDeletionEndDate: <Error class: unknown class>?
Link copied to clipboard
open override val sender: UserDetailsEntity? = null
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