![]() |
TwitchLib 3.5.3
|
Object representing a command received via Twitch chat. More...
Public Member Functions | |
| WhisperCommand (WhisperMessage whisperMessage) | |
| ChatCommand constructor. More... | |
| WhisperCommand (WhisperMessage whisperMessage, string commandText, string argumentsAsString, List< string > argumentsAsList, char commandIdentifier) | |
Properties | |
| List< string > | ArgumentsAsList [get] |
| Property representing all arguments received in a List form. More... | |
| string | ArgumentsAsString [get] |
| Property representing all arguments received in a string form. More... | |
| char | CommandIdentifier [get] |
| Property representing the command identifier (ie command prefix). More... | |
| string | CommandText [get] |
| Property representing the actual command (without the command prefix). More... | |
| WhisperMessage | WhisperMessage [get] |
| Property representing the chat message that the command came in. More... | |
Object representing a command received via Twitch chat.
| TwitchLib.Client.Models.WhisperCommand.WhisperCommand | ( | WhisperMessage | whisperMessage | ) |
ChatCommand constructor.
| whisperMessage |
| TwitchLib.Client.Models.WhisperCommand.WhisperCommand | ( | WhisperMessage | whisperMessage, |
| string | commandText, | ||
| string | argumentsAsString, | ||
| List< string > | argumentsAsList, | ||
| char | commandIdentifier | ||
| ) |
|
get |
Property representing all arguments received in a List form.
|
get |
Property representing all arguments received in a string form.
|
get |
Property representing the command identifier (ie command prefix).
|
get |
Property representing the actual command (without the command prefix).
|
get |
Property representing the chat message that the command came in.