A struct containing the properties of a text message sent by a user. More...
Public Attributes | |
TextMsgType | nMsgType |
The type of text message. | |
int | nFromUserID |
Will be set automatically on outgoing message. | |
string | szFromUsername |
The originators username. | |
int | nToUserID |
Set to zero if channel message. | |
int | nChannelID |
Set to zero if nMsgType is TextMsgType.MSGTYPE_USER or TextMsgType.MSGTYPE_BROADCAST. | |
string | szMessage |
The actual text message. The message can be multi-line (include EOL). |
A struct containing the properties of a text message sent by a user.
The type of text message.
Will be set automatically on outgoing message.
The originators username.
Set to zero if channel message.
Set to zero if nMsgType is TextMsgType.MSGTYPE_USER or TextMsgType.MSGTYPE_BROADCAST.
The actual text message. The message can be multi-line (include EOL).