MessageStatusSettings
configurationCustom settings for message status display, allowing you to configure icons, text, and CSS classes for each message delivery status. The object should be a mapping from status values ("sent", "delivered", "seen", "failed") to settings objects.
Each status settings object accepts:
icon-String- Font icon name to display.text-String- Text label for the status.cssClass-String- Additional CSS class to apply to the status element.
messageStatusSettings
ObjectDefault: null
Configures the settings object used when the message status is "delivered".
Configures the settings object used when the message status is "failed".
Configures the settings object used when the message status is "seen".
Configures the settings object used when the message status is "sent".