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

Public Member Functions

 UserBan (IrcMessage ircMessage)
 
 UserBan (string channel, string username, string banReason, string roomId, string targetUserId)
 

Public Attributes

string BanReason
 Reason for ban, if it was provided. More...
 
string Channel
 Channel that had ban event. More...
 
string Username
 User that was banned. More...
 
string RoomId
 Channel that had ban event. Id. More...
 
string TargetUserId
 User that was banned. Id. More...
 

Constructor & Destructor Documentation

◆ UserBan() [1/2]

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

◆ UserBan() [2/2]

TwitchLib.Client.Models.UserBan.UserBan ( string  channel,
string  username,
string  banReason,
string  roomId,
string  targetUserId 
)

Member Data Documentation

◆ BanReason

string TwitchLib.Client.Models.UserBan.BanReason

Reason for ban, if it was provided.

◆ Channel

string TwitchLib.Client.Models.UserBan.Channel

Channel that had ban event.

◆ RoomId

string TwitchLib.Client.Models.UserBan.RoomId

Channel that had ban event. Id.

◆ TargetUserId

string TwitchLib.Client.Models.UserBan.TargetUserId

User that was banned. Id.

◆ Username

string TwitchLib.Client.Models.UserBan.Username

User that was banned.


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