A struct containing the properties of a text message sent by a user. More...
#include <TeamTalk4.h>
Public Attributes | |
TextMsgType | nMsgType |
The type of text message. | |
INT32 | nFromUserID |
Will be set automatically on outgoing message. | |
TTCHAR | szFromUsername [TT_STRLEN] |
The originators username. | |
INT32 | nToUserID |
Set to zero if channel message. | |
INT32 | nChannelID |
Set to zero if nMsgType is MSGTYPE_USER or MSGTYPE_BROADCAST. | |
TTCHAR | szMessage [TT_STRLEN] |
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.
INT32 TextMessage::nFromUserID |
Will be set automatically on outgoing message.
TTCHAR TextMessage::szFromUsername[TT_STRLEN] |
The originators username.
INT32 TextMessage::nToUserID |
Set to zero if channel message.
INT32 TextMessage::nChannelID |
Set to zero if nMsgType is MSGTYPE_USER or MSGTYPE_BROADCAST.
TTCHAR TextMessage::szMessage[TT_STRLEN] |
The actual text message. The message can be multi-line (include EOL).