Chat Base Message
sealed class ChatBaseMessage(val baseMessage: <Error class: unknown class>, val unreadMemberCount: Int, val undeliveredMemberCount: Int) : UikitBaseMessage
Represents Sendbird Compose Uikit's implementation of UikitBaseMessage which contains the BaseMessage object from the Chat SDK.
Since
1.0.0
See also
Inheritors
Properties
Link copied to clipboard
The BaseMessage instance.
Link copied to clipboard
The created timestamp of the baseMessage.
Link copied to clipboard
The sending status of the baseMessage.
Link copied to clipboard
The message of the baseMessage.
Link copied to clipboard
The message id of the baseMessage. If the baseMessage is not sent yet, it will be 0.
Link copied to clipboard
The ogMetaData of the baseMessage.
Link copied to clipboard
The reactions of the baseMessage.
Link copied to clipboard
The request id of the baseMessage.
Link copied to clipboard
The sender of the baseMessage.
Link copied to clipboard
The sending status of the baseMessage.
Link copied to clipboard
The undelivered member count of the message.
Link copied to clipboard
The unread member count of the message.
Link copied to clipboard
The updated timestamp of the baseMessage.