/ Chat Ui / MessageReply
Search results

MessageReply API in JavaScript (ES5) Chat Ui API control

Represents a model for a reply messages in the chatUI component.

Properties

messageID

string

Represents the id of the message sent by a 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

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