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

Args representing existing user(s) detected event. Implements the System.EventArgs More...

Inheritance diagram for TwitchLib.Client.Events.OnExistingUsersDetectedArgs:

Public Attributes

List< string > Users
 Property representing string list of existing users. More...
 
string Channel
 Property representing channel bot is connected to. More...
 

Detailed Description

Args representing existing user(s) detected event. Implements the System.EventArgs

See also
System.EventArgs

Member Data Documentation

◆ Channel

string TwitchLib.Client.Events.OnExistingUsersDetectedArgs.Channel

Property representing channel bot is connected to.

◆ Users

List<string> TwitchLib.Client.Events.OnExistingUsersDetectedArgs.Users

Property representing string list of existing users.


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