Method | Description | |
---|---|---|
ChatMessage ( string>.List |
||
ChatMessage ( string botUsername, string ircString, MessageEmoteCollection &emoteCollection, bool replaceEmotes = false ) : System |
Constructor for ChatMessage object.
|
Method | Description | |
---|---|---|
ConvertBitsToUSD ( int bits ) : double | ||
ConvertToBool ( string data ) : bool |
public ChatMessage ( string>.List |
||
badges | string>.List | |
channel | string | |
colorHex | string | |
displayName | string | |
emoteSet | string | |
moderator | bool | |
subscriber | bool | |
userType | System.Enums | |
message | string | |
return | System |
public ChatMessage ( string botUsername, string ircString, MessageEmoteCollection &emoteCollection, bool replaceEmotes = false ) : System | ||
botUsername | string | The username of the bot that received the message. |
ircString | string | The raw string received from Twitch to be processed. |
emoteCollection | MessageEmoteCollection | The |
replaceEmotes | bool | Whether to replace emotes for this chat message. Defaults to false. |
return | System |