EmptyUserMessage

Represents a default empty implementation of UikitUserMessage.

Since

1.0.0-beta.1

See also

Properties

Link copied to clipboard
open override val createdAt: Long = 0

The created timestamp of the message.

Link copied to clipboard
open override val isResendable: Boolean = false

The flag that indicates whether the message is resendable.

Link copied to clipboard
open override val message: String

The message of the message.

Link copied to clipboard
open override val messageId: Long = 0

The message id of the message. This is set when the message is sent successfully.

Link copied to clipboard
open override val requestId: String

The request id of the message. This is used to identify the message when the message is not sent yet (sendingStatus != SendingStatus.SUCCEEDED)

Link copied to clipboard
open override val sender: ChatSender? = null

The sender of the message.

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

The sending status of the message.

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

The undelivered member count of the message.

Link copied to clipboard
open override val uniqueId: String

The unique id of the message. This is set to messageId if the message is sent successfully, otherwise requestId.

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

The unread member count of the message.

Link copied to clipboard
open override val updatedAt: Long = 0

The updated timestamp of the message.