Customizable Admin Message
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
The implementation of the Uikit's UikitAdminMessage which will be assigned to each properties with it's own values. Defaults to EmptyAdminMessage.
The created timestamp of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.createdAt.
The flag that indicates whether the baseUikitAdminMessage is resendable if base is provided, otherwise EmptyAdminMessage.isResendable.
The message of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.message.
The message id of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.messageId.
The request id of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.requestId.
The sender of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.sender.
The sending status of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.sendingStatus.
The undelivered member count of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.undeliveredMemberCount.
The unique id of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.uniqueId.
The unread member count of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.unreadMemberCount.
The updated timestamp of the baseUikitAdminMessage if base is provided, otherwise EmptyAdminMessage.updatedAt.