New to Kendo UI for AngularStart a free 30-day trial

Message

Represents a Chat message (see example).

NameTypeDefaultDescription

attachmentLayout?

AttachmentLayout

Sets the layout for displaying message attachments.

attachments?

Attachment[]

Sets the message attachments.

author

User

Sets the author of the message.

files?

ChatFile[]

Sets the array of files attached to the message.

id?

string | number

Sets a unique ID for the message.

isDeleted?

boolean

Indicates if the message has been deleted.

isPinned?

boolean

Indicates if the message is pinned. Pinned messages are displayed at the top of the conversation.

replyToId?

string | number

Sets the ID of the message to which this message is a reply.

status?

string

Sets the current status of the message. The status appears when the message is selected by clicking or through keyboard navigation.

suggestedActions?

Action[]

Sets the suggested quick actions to display below this message.

Suggested actions appear only for the last message in the conversation.

text?

string

Sets the text content for the message. Some messages may contain only attachments or quick actions.

timestamp?

Date

Sets the time when the message was composed.

typing?

boolean

Indicates if the message is still being typed by the user. If true, the Chat shows a typing indicator.

Not finding the help you need?
Contact Support