Datalynk Client
Preparing search index...
chat
ChatMessage
Interface ChatMessage
interface
ChatMessage
{
body
:
string
;
clientId
?:
string
;
conversationId
:
string
;
createdAt
:
string
;
id
:
string
;
readAt
?:
string
;
recipientId
:
number
;
senderId
:
number
;
status
?:
ChatMessageStatus
;
}
Index
Properties
body
client
Id?
conversation
Id
created
At
id
read
At?
recipient
Id
sender
Id
status?
Properties
body
body
:
string
Optional
client
Id
clientId
?:
string
conversation
Id
conversationId
:
string
created
At
createdAt
:
string
id
id
:
string
Optional
read
At
readAt
?:
string
recipient
Id
recipientId
:
number
sender
Id
senderId
:
number
Optional
status
status
?:
ChatMessageStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
client
Id
conversation
Id
created
At
id
read
At
recipient
Id
sender
Id
status
Datalynk Client
Loading...