The MessageSoapBean represents an in-game public or private message.
Field Name |
Type |
Description |
id |
int |
The internal ID of the message |
fromCode |
int |
The sending player/user code. |
fromNickname |
string |
The nickname of the player that sent this message. |
privateMessage |
boolean |
true if this is a private message, false otherwise. |
read |
boolean |
true if this message has been read by the currently authenticated user, false otherwise. |
text |
string |
The text of the message |
sentTime |
date |
The date/time that the message was sent. |