TeamTalk 5 .NET DLL Version 5.12A
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 TextMsgType.MSGTYPE_USER or TextMsgType TextMsgType.MSGTYPE_BROADCAST. More...
 
string szMessage
 The actual text message. The message can be multi-line (include EOL)
More...
 
bool bMore
 Whether this text message is to be merged with next text message. More...
 

Detailed Description

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

See also
OnCmdUserTextMessage
TeamTalkBase.DoTextMessage
TeamTalkBase.GetTextMessage

Definition at line 2500 of file TeamTalk.cs.

Member Data Documentation

◆ nMsgType

TextMsgType BearWare.TextMessage.nMsgType

The type of text message.

Definition at line 2503 of file TeamTalk.cs.

◆ nFromUserID

int BearWare.TextMessage.nFromUserID

Will be set automatically on outgoing message.

Definition at line 2505 of file TeamTalk.cs.

◆ szFromUsername

string BearWare.TextMessage.szFromUsername

The originators username.

Definition at line 2508 of file TeamTalk.cs.

◆ nToUserID

int BearWare.TextMessage.nToUserID

Set to zero if channel message.

Definition at line 2510 of file TeamTalk.cs.

◆ nChannelID

int BearWare.TextMessage.nChannelID

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

Definition at line 2513 of file TeamTalk.cs.

◆ szMessage

string BearWare.TextMessage.szMessage

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

Definition at line 2517 of file TeamTalk.cs.

◆ bMore

bool BearWare.TextMessage.bMore

Whether this text message is to be merged with next text message.

Definition at line 2520 of file TeamTalk.cs.