ChatAdminMessage

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

Since

1.0.0-beta.1

See also

AdminMessage

Properties

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

The AdminMessage 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 = 0

The undelivered member count of the baseMessage.

Link copied to clipboard
open override val unreadMemberCount: Int = 0

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