|
TeamTalk 5 C-API DLL Version 5.19A
|
A struct containing the properties of a text message sent by a user. More...
#include <TeamTalk.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). | |
| TTBOOL | bMore |
| Whether this text message is to be merged with next text message. | |
A struct containing the properties of a text message sent by a user.
Definition at line 2393 of file TeamTalk.h.
| TextMsgType TextMessage::nMsgType |
The type of text message.
Definition at line 2396 of file TeamTalk.h.
| INT32 TextMessage::nFromUserID |
Will be set automatically on outgoing message.
Definition at line 2398 of file TeamTalk.h.
The originators username.
Definition at line 2400 of file TeamTalk.h.
| INT32 TextMessage::nToUserID |
Set to zero if channel message.
Definition at line 2402 of file TeamTalk.h.
| INT32 TextMessage::nChannelID |
Set to zero if nMsgType is MSGTYPE_USER or MSGTYPE_BROADCAST.
Definition at line 2405 of file TeamTalk.h.
The actual text message. The message can be multi-line (include EOL).
Definition at line 2408 of file TeamTalk.h.
| TTBOOL TextMessage::bMore |
Whether this text message is to be merged with next text message.
Definition at line 2411 of file TeamTalk.h.