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

Args representing a NOTICE telling the client a message was not sent because the bot user is banned. Implements the System.EventArgs More...

Inheritance diagram for TwitchLib.Client.Events.OnBannedArgs:

Public Attributes

string Message
 Property representing message send with the NOTICE More...
 
string Channel
 Property representing channel bot is connected to. More...
 

Detailed Description

Args representing a NOTICE telling the client a message was not sent because the bot user is banned. Implements the System.EventArgs

See also
System.EventArgs

Member Data Documentation

◆ Channel

string TwitchLib.Client.Events.OnBannedArgs.Channel

Property representing channel bot is connected to.

◆ Message

string TwitchLib.Client.Events.OnBannedArgs.Message

Property representing message send with the NOTICE


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