CustomizableAdminMessage

Represents a customizable interface of UikitAdminMessage. This can be used to hold a custom instance of a UikitAdminMessage.

You can directly assign an instance of UikitAdminMessage to the baseUikitAdminMessage property if you wish to hold on to the UikitAdminMessage, which then will automatically be parsed to each properties.

Otherwise, you can override each properties to provide a custom values regardless of the baseUikitAdminMessage property.

Since

1.0.0-beta.1

See also

Properties

Link copied to clipboard

The implementation of the Uikit's UikitAdminMessage which will be assigned to each properties with it's own values. Defaults to EmptyAdminMessage.

Link copied to clipboard
open override val createdAt: Long

The created timestamp of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.createdAt.

Link copied to clipboard
open override val isResendable: Boolean

The flag that indicates whether the baseUikitAdminMessage is resendable if base is provided, otherwise EmptyAdminMessage.isResendable.

Link copied to clipboard
open override val message: String

The message of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.message.

Link copied to clipboard
open override val messageId: Long

The message id of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.messageId.

Link copied to clipboard
open override val requestId: String

The request id of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.requestId.

Link copied to clipboard
open override val sender: ChatSender?

The sender of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.sender.

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

The sending status of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.sendingStatus.

Link copied to clipboard
open override val undeliveredMemberCount: Int

The undelivered member count of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.undeliveredMemberCount.

Link copied to clipboard
open override val uniqueId: String

The unique id of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.uniqueId.

Link copied to clipboard
open override val unreadMemberCount: Int

The unread member count of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.unreadMemberCount.

Link copied to clipboard
open override val updatedAt: Long

The updated timestamp of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.updatedAt.