|
TeamTalk 5 .NET DLL Version 5.22A
|
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 BearWare.TextMsgType BearWare.TextMsgType.MSGTYPE_USER or BearWare.TextMsgType BearWare.TextMsgType.MSGTYPE_BROADCAST. | |
| string | szMessage |
| The actual text message. The message can be multi-line (include EOL). | |
| bool | 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 2492 of file TeamTalk.cs.
| TextMsgType BearWare.TextMessage.nMsgType |
The type of text message.
Definition at line 2495 of file TeamTalk.cs.
| int BearWare.TextMessage.nFromUserID |
Will be set automatically on outgoing message.
Definition at line 2497 of file TeamTalk.cs.
| string BearWare.TextMessage.szFromUsername |
The originators username.
Definition at line 2500 of file TeamTalk.cs.
| int BearWare.TextMessage.nToUserID |
Set to zero if channel message.
Definition at line 2502 of file TeamTalk.cs.
| int BearWare.TextMessage.nChannelID |
Set to zero if nMsgType is BearWare.TextMsgType BearWare.TextMsgType.MSGTYPE_USER or BearWare.TextMsgType BearWare.TextMsgType.MSGTYPE_BROADCAST.
Definition at line 2505 of file TeamTalk.cs.
| string BearWare.TextMessage.szMessage |
The actual text message. The message can be multi-line (include EOL).
Definition at line 2509 of file TeamTalk.cs.
| bool BearWare.TextMessage.bMore |
Whether this text message is to be merged with next text message.
Definition at line 2512 of file TeamTalk.cs.