Class used to store capacity request settings used when connecting to Twitch
More...
|
| | Capabilities (bool membership=true, bool tags=true, bool commands=true) |
| |
|
| bool | Membership [get] |
| | Adds membership state event data. By default, we do not send this data to clients without this capability. More...
|
| |
| bool | Tags [get] |
| | Adds IRC V3 message tags to several commands, if enabled with the commands capability. More...
|
| |
| bool | Commands [get] |
| | Enables several Twitch-specific commands. More...
|
| |
Class used to store capacity request settings used when connecting to Twitch
◆ Capabilities()
| TwitchLib.Client.Models.Capabilities.Capabilities |
( |
bool |
membership = true, |
|
|
bool |
tags = true, |
|
|
bool |
commands = true |
|
) |
| |
◆ Commands
| bool TwitchLib.Client.Models.Capabilities.Commands |
|
get |
Enables several Twitch-specific commands.
◆ Membership
| bool TwitchLib.Client.Models.Capabilities.Membership |
|
get |
Adds membership state event data. By default, we do not send this data to clients without this capability.
◆ Tags
| bool TwitchLib.Client.Models.Capabilities.Tags |
|
get |
Adds IRC V3 message tags to several commands, if enabled with the commands capability.
The documentation for this class was generated from the following file: