![]() |
TwitchLib 3.5.3
|
Object representing a command received via Twitch chat. More...
Public Member Functions | |
| ChatCommand (ChatMessage chatMessage) | |
| ChatCommand constructor. More... | |
| ChatCommand (ChatMessage chatMessage, 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... | |
| ChatMessage | ChatMessage [get] |
| Property representing the chat message that the command came in. 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... | |
Object representing a command received via Twitch chat.
| TwitchLib.Client.Models.ChatCommand.ChatCommand | ( | ChatMessage | chatMessage | ) |
ChatCommand constructor.
| chatMessage |
| TwitchLib.Client.Models.ChatCommand.ChatCommand | ( | ChatMessage | chatMessage, |
| 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 chat message that the command came in.
|
get |
Property representing the command identifier (ie command prefix).
|
get |
Property representing the actual command (without the command prefix).