TwitchLib 3.5.3
Loading...
Searching...
No Matches
TwitchLib.Client.Events.OnModeratorsReceivedArgs Class Reference

Args representing a list of moderators received from chat. Implements the System.EventArgs More...

Inheritance diagram for TwitchLib.Client.Events.OnModeratorsReceivedArgs:

Public Attributes

string Channel
 Property representing the channel the moderator list came from. More...
 
List< string > Moderators
 Property representing the list of moderators. More...
 

Detailed Description

Args representing a list of moderators received from chat. Implements the System.EventArgs

See also
System.EventArgs

Member Data Documentation

◆ Channel

string TwitchLib.Client.Events.OnModeratorsReceivedArgs.Channel

Property representing the channel the moderator list came from.

◆ Moderators

List<string> TwitchLib.Client.Events.OnModeratorsReceivedArgs.Moderators

Property representing the list of moderators.


The documentation for this class was generated from the following file: