TwitchLib 3.5.3
Loading...
Searching...
No Matches
TwitchLib.Client.Models.Capabilities Class Reference

Class used to store capacity request settings used when connecting to Twitch More...

Public Member Functions

 Capabilities (bool membership=true, bool tags=true, bool commands=true)
 

Properties

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...
 

Detailed Description

Class used to store capacity request settings used when connecting to Twitch

Constructor & Destructor Documentation

◆ Capabilities()

TwitchLib.Client.Models.Capabilities.Capabilities ( bool  membership = true,
bool  tags = true,
bool  commands = true 
)

Property Documentation

◆ 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: