/ Chat Ui / MessageStatusModel
Search results

MessageStatusModel API in Angular Chat Ui API component

Interface for a class MessageStatus

Properties

iconCss

string

Specifies the icon CSS class for the message status shown in messages. This property represents the CSS class applied to the icons in the sent message, allowing for customization of the status icon’s appearance.

text

string

Specifies the text associated with the message status. This property holds the textual representation of the message status, such as “Sent”, “Received”, or “Read”, providing users with clear status updates.

tooltip

string

Specifies the tooltip text for the message status icon. This property provides additional information about the message status when the user hovers over the status icon, enhancing the user experience with context.