Channel message object
The channel message information is delivered through the ChannelHandler.onChannelMessage event.
More...
|
|
Int64 | from |
| | Message sender.
|
| |
|
String | extraData |
| | Extra data related to the sender.
|
| |
|
String | to |
| | Receiving channel (channel ID)
|
| |
|
String | message |
| | Message content.
|
| |
|
bool | translated |
| | Whether to translate the message.
|
| |
|
String | translatedMessage |
| | Translated Message content.
|
| |
|
String | timestamp |
| | Timestamp when the message was sent (UTC+0, in the format yyyy-MM-dd'T'HH:mm:ss.SSSZ)
|
| |
|
Int64 | timestampMillis |
| | UnixTime when the message was sent (milliseconds)
|
| |
Channel message object
The channel message information is delivered through the ChannelHandler.onChannelMessage event.
The documentation for this class was generated from the following file: