MessageReplyModel
23 Sep 20251 minute to read
Interface for a class MessageReply
Properties
mentionUsers UserModel[]
Represents the mentioned Users of the message sent by the replied user in the Chat UI component.
messageID string
Represents the id of the message sent by the replied user in the Chat UI component.
text string
Represents the content of the message sent by a user in the Chat UI component.
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.
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’.
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.