Search results

MessageReplyModel API in Vue Chat Ui API component

Interface for a class MessageReply

Properties

messageID

string

Represents the id of the message sent by a user in the Chat UI component.

text

string

Represents the content of the message sent by a user in the Chat UI component.

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.