ChatUserMessage

Represents Sendbird Compose Uikit's implementation of UikitUserMessage which contains the UserMessage object from the Chat SDK.

Since

1.0.0

See also

UserMessage

Properties

Link copied to clipboard
open override val baseMessage: <Error class: unknown class>

The UserMessage instance.

Link copied to clipboard
open override val createdAt: Long

The created timestamp of the baseMessage.

Link copied to clipboard
open override val isResendable: Boolean

The flag that indicates whether the baseMessage is resendable.

Link copied to clipboard
open override val message: String

The message of the baseMessage.

Link copied to clipboard
open override val messageId: Long

The message id of the baseMessage. If the baseMessage is not sent yet, it will be 0.

Link copied to clipboard
open override val requestId: String

The request id of the baseMessage.

Link copied to clipboard
open override val sender: ChatSender?

The sender of the baseMessage.

Link copied to clipboard
open override val sendingStatus: <Error class: unknown class>

The sending status of the baseMessage.

Link copied to clipboard
open override val undeliveredMemberCount: Int

The undelivered member count of the baseMessage.

Link copied to clipboard
open override val unreadMemberCount: Int

The unread member count of the baseMessage.

Link copied to clipboard
open override val updatedAt: Long

The updated timestamp of the baseMessage.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int