TeamTalk 4 .NET DLL  Version 4.5A
BearWare.TextMessage Struct Reference

A struct containing the properties of a text message sent by a user. More...

Public Attributes

TextMsgType nMsgType
 The type of text message. More...
 
int nFromUserID
 Will be set automatically on outgoing message. More...
 
string szFromUsername
 The originators username. More...
 
int nToUserID
 Set to zero if channel message. More...
 
int nChannelID
 Set to zero if nMsgType is TextMsgType MSGTYPE_USER or TextMsgType MSGTYPE_BROADCAST. More...
 
string szMessage
 The actual text message. The message can be multi-line (include EOL) More...
 

Detailed Description

A struct containing the properties of a text message sent by a user.

See Also
OnCmdUserTextMessage
TeamTalk4.DoTextMessage
TeamTalk4.GetTextMessage

Member Data Documentation

TextMsgType BearWare.TextMessage.nMsgType

The type of text message.

int BearWare.TextMessage.nFromUserID

Will be set automatically on outgoing message.

string BearWare.TextMessage.szFromUsername

The originators username.

int BearWare.TextMessage.nToUserID

Set to zero if channel message.

int BearWare.TextMessage.nChannelID

Set to zero if nMsgType is TextMsgType MSGTYPE_USER or TextMsgType MSGTYPE_BROADCAST.

string BearWare.TextMessage.szMessage

The actual text message. The message can be multi-line (include EOL)