TwitchLib 3.5.3
Loading...
Searching...
No Matches
TwitchLib.Client.Models.UserTimeout Class Reference

Public Member Functions

 UserTimeout (IrcMessage ircMessage)
 
 UserTimeout (string channel, string username, string targetuserId, int timeoutDuration, string timeoutReason)
 

Public Attributes

string Channel
 Channel that had timeout event. More...
 
int TimeoutDuration
 Duration of timeout IN SECONDS. More...
 
string TimeoutReason
 Reason for timeout, if it was provided. More...
 
string Username
 Viewer that was timed out. More...
 
string TargetUserId
 Id of Viewer that was timed out. More...
 

Constructor & Destructor Documentation

◆ UserTimeout() [1/2]

TwitchLib.Client.Models.UserTimeout.UserTimeout ( IrcMessage  ircMessage)

◆ UserTimeout() [2/2]

TwitchLib.Client.Models.UserTimeout.UserTimeout ( string  channel,
string  username,
string  targetuserId,
int  timeoutDuration,
string  timeoutReason 
)

Member Data Documentation

◆ Channel

string TwitchLib.Client.Models.UserTimeout.Channel

Channel that had timeout event.

◆ TargetUserId

string TwitchLib.Client.Models.UserTimeout.TargetUserId

Id of Viewer that was timed out.

◆ TimeoutDuration

int TwitchLib.Client.Models.UserTimeout.TimeoutDuration

Duration of timeout IN SECONDS.

◆ TimeoutReason

string TwitchLib.Client.Models.UserTimeout.TimeoutReason

Reason for timeout, if it was provided.

◆ Username

string TwitchLib.Client.Models.UserTimeout.Username

Viewer that was timed out.


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