AcsMessageEventData interface
Schema of common properties of all chat thread events
Properties
| error | The channel event error |
| from | The message sender |
| received |
The time message was received |
| to | The message recipient |
Property Details
error
The channel event error
error: AcsMessageChannelEventError
Property Value
from
The message sender
from?: string
Property Value
string
receivedTimeStamp
The time message was received
receivedTimeStamp: Date
Property Value
Date
to
The message recipient
to?: string
Property Value
string