MessageReply
23 Sep 20251 minute to read
Represents a model for a reply messages in the chatUI component.
Properties
mentionUsers UserModel[]
Represents the mentioned Users of the message sent by the replied user in the Chat UI component.
Defaults to []
messageID string
Represents the id of the message sent by the replied user in the Chat UI component.
Defaults to ’’
text string
Represents the content of the message sent by a user in the Chat UI component.
Defaults to ’’
timestamp Date
Specifies the timestamp of when the replied message was sent.
This property holds a Date object that represents the exact time the message was created, providing context to the conversation flow.
Defaults to ’’
timestampFormat string
Specifies the format of the timestamp for displaying the reply message’s sending time.
If empty, the format is determined by the application’s culture settings.
Supports format strings like ‘dd/MM/yyyy hh:mm’.
Defaults to ’’
user UserModel
Specifies the author of the message in the Chat UI component.
This property references a UserModel object that contains details about the user who sent the message.
Defaults to null