◆ 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 |
|
) |
| |
◆ 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: