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

Args representing whisper sent event. Implements the System.EventArgs More...

Inheritance diagram for TwitchLib.Client.Events.OnWhisperSentArgs:

Public Attributes

string Username
 Property representing username of bot. More...
 
string Receiver
 Property representing receiver of the whisper. More...
 
string Message
 Property representing sent message contents. More...
 

Detailed Description

Args representing whisper sent event. Implements the System.EventArgs

See also
System.EventArgs

Member Data Documentation

◆ Message

string TwitchLib.Client.Events.OnWhisperSentArgs.Message

Property representing sent message contents.

◆ Receiver

string TwitchLib.Client.Events.OnWhisperSentArgs.Receiver

Property representing receiver of the whisper.

◆ Username

string TwitchLib.Client.Events.OnWhisperSentArgs.Username

Property representing username of bot.


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