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

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

Inheritance diagram for TwitchLib.Client.Events.OnVIPsReceivedArgs:

Public Attributes

string Channel
 Property representing the channel the VIPs list came from. More...
 
List< string > VIPs
 Property representing the list of VIPs. More...
 

Detailed Description

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

See also
System.EventArgs

Member Data Documentation

◆ Channel

string TwitchLib.Client.Events.OnVIPsReceivedArgs.Channel

Property representing the channel the VIPs list came from.

◆ VIPs

List<string> TwitchLib.Client.Events.OnVIPsReceivedArgs.VIPs

Property representing the list of VIPs.


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