Method | Description | |
---|---|---|
SendBanUser ( HitboxChat client, string channel, string name ) : void | ||
SendChannelUserInfo ( HitboxChat client, string channel, string name ) : void | ||
SendChatMessage ( HitboxChat client, string channel, string name, string nameColor, string text ) : void | ||
SendDirectMessage ( HitboxChat client, string channel, string from, string to, string nameColor, string text ) : void | ||
SendJoinRequest ( HitboxChat client, string channel, string name, string token, bool notify, bool isAdmin ) : void | ||
SendLogout ( HitboxChat client, string name ) : void | ||
SendMakeMod ( HitboxChat client, string channel, string name, string token ) : void | ||
SendMediaLog ( HitboxChat client, string channel, string type, string name, string token ) : void | ||
SendRemoveMod ( HitboxChat client, string channel, string name, string token ) : void | ||
SendSlowSubMode ( HitboxChat client, string channel, int time, bool sub ) : void | ||
SendTimeoutUser ( HitboxChat client, string channel, string name, string token, int timeout ) : void | ||
SendUnBanUser ( HitboxChat client, string channel, string name, string token ) : void | ||
SendUserList ( HitboxChat client, string channel ) : void |
public static SendBanUser ( HitboxChat client, string channel, string name ) : void | ||
client | HitboxChat | |
channel | string | |
name | string | |
return | void |
public static SendChannelUserInfo ( HitboxChat client, string channel, string name ) : void | ||
client | HitboxChat | |
channel | string | |
name | string | |
return | void |
public static SendChatMessage ( HitboxChat client, string channel, string name, string nameColor, string text ) : void | ||
client | HitboxChat | |
channel | string | |
name | string | |
nameColor | string | |
text | string | |
return | void |
public static SendDirectMessage ( HitboxChat client, string channel, string from, string to, string nameColor, string text ) : void | ||
client | HitboxChat | |
channel | string | |
from | string | |
to | string | |
nameColor | string | |
text | string | |
return | void |
public static SendJoinRequest ( HitboxChat client, string channel, string name, string token, bool notify, bool isAdmin ) : void | ||
client | HitboxChat | |
channel | string | |
name | string | |
token | string | |
notify | bool | |
isAdmin | bool | |
return | void |
public static SendLogout ( HitboxChat client, string name ) : void | ||
client | HitboxChat | |
name | string | |
return | void |
public static SendMakeMod ( HitboxChat client, string channel, string name, string token ) : void | ||
client | HitboxChat | |
channel | string | |
name | string | |
token | string | |
return | void |
public static SendMediaLog ( HitboxChat client, string channel, string type, string name, string token ) : void | ||
client | HitboxChat | |
channel | string | |
type | string | |
name | string | |
token | string | |
return | void |
public static SendRemoveMod ( HitboxChat client, string channel, string name, string token ) : void | ||
client | HitboxChat | |
channel | string | |
name | string | |
token | string | |
return | void |
public static SendSlowSubMode ( HitboxChat client, string channel, int time, bool sub ) : void | ||
client | HitboxChat | |
channel | string | |
time | int | |
sub | bool | |
return | void |
public static SendTimeoutUser ( HitboxChat client, string channel, string name, string token, int timeout ) : void | ||
client | HitboxChat | |
channel | string | |
name | string | |
token | string | |
timeout | int | |
return | void |
public static SendUnBanUser ( HitboxChat client, string channel, string name, string token ) : void | ||
client | HitboxChat | |
channel | string | |
name | string | |
token | string | |
return | void |
public static SendUserList ( HitboxChat client, string channel ) : void | ||
client | HitboxChat | |
channel | string | |
return | void |