Direct message object
The direct message information is delivered through the [DirectMessageListener.onDirectMessage] event.
More...
|
Int64 | from |
| Message sender player ID.
|
|
String | extraData |
| Extra data related to the sender.
|
|
Int64 | to |
| Receiving user (player ID)
|
|
String | message |
| 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)
|
|
Direct message object
The direct message information is delivered through the [DirectMessageListener.onDirectMessage] event.
The documentation for this class was generated from the following file: