JavaScript/jQuery Chat - User

A configuration object for a user.

import { User } from "devextreme/ui/chat"
Type:

Object

avatarAlt

alt attribute for avatar image.

Type:

String

avatarUrl

An avatar URL.

Type:

String

id

User's identification number or string.

Type:

Number

|

String

name

A user's name displayed in the chat.

Type:

String