All docs
V25.1
25.1
24.2
The page you are viewing does not exist in version 24.2.
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.

JavaScript/jQuery Chat - TextMessage

Configures a text message.

import { TextMessage } from "devextreme/ui/chat"
Type: MessageBase |

Object

author

A user who is the author of the message.

Type:

User

If you don't specify the author, the following automatic adjustments take place:

  • Without author.name, the name is displayed as "Unknown User".

  • Without author or without its ID, the message appears as from a chat companion (to the left).

id

Message's identification number or string.

Type:

Number

|

String

isDeleted

Marks a message as deleted in the UI.

Type:

Boolean

If this property is true, the editing context menu is not displayed for the message.

View Demo

isEdited

Marks a message as edited in the UI.

Type:

Boolean

text

The message text. Only applies to text type messages.

Type:

String

timestamp

A timestamp of when the message was sent.

Type:

Date

|

Number

|

String

type

The message type.

Type:

String

| undefined
Default Value: undefined

Available values: text and image.