CustomizableTimelineMessage

Properties

Link copied to clipboard

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

Link copied to clipboard
open override val createdAt: Long

The created timestamp of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.createdAt.

Link copied to clipboard
open override val isResendable: Boolean

The flag that indicates whether the baseUikitTimelineMessage is resendable if base is provided, otherwise EmptyTimelineMessage.isResendable.

Link copied to clipboard
open override val message: String

The message of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.message.

Link copied to clipboard
open override val messageId: Long

The message id of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.messageId.

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

The OGMetaData of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.ogMetaData.

Link copied to clipboard
open override val reactions: List<UiKitReaction>

The reactions of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.reactions.

Link copied to clipboard
open override val requestId: String

The request id of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.requestId.

Link copied to clipboard
open override val sender: UikitSender?

The sender of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.sender.

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

The sending status of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.sendingStatus.

Link copied to clipboard
open override val undeliveredMemberCount: Int

The undelivered member count of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.undeliveredMemberCount.

Link copied to clipboard
open override val uniqueId: String

The unique id of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.uniqueId.

Link copied to clipboard
open override val unreadMemberCount: Int

The unread member count of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.unreadMemberCount.

Link copied to clipboard
open override val updatedAt: Long

The updated timestamp of the baseUikitTimelineMessage if base is provided, otherwise EmptyTimelineMessage.updatedAt.