C# Класс hitaBot.WS.ChatMessages.ChatMessages

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

SendBanUser() публичный статический Метод

public static SendBanUser ( HitboxChat client, string channel, string name ) : void
client HitboxChat
channel string
name string
Результат void

SendChannelUserInfo() публичный статический Метод

public static SendChannelUserInfo ( HitboxChat client, string channel, string name ) : void
client HitboxChat
channel string
name string
Результат void

SendChatMessage() публичный статический Метод

public static SendChatMessage ( HitboxChat client, string channel, string name, string nameColor, string text ) : void
client HitboxChat
channel string
name string
nameColor string
text string
Результат void

SendDirectMessage() публичный статический Метод

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
Результат void

SendJoinRequest() публичный статический Метод

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
Результат void

SendLogout() публичный статический Метод

public static SendLogout ( HitboxChat client, string name ) : void
client HitboxChat
name string
Результат void

SendMakeMod() публичный статический Метод

public static SendMakeMod ( HitboxChat client, string channel, string name, string token ) : void
client HitboxChat
channel string
name string
token string
Результат void

SendMediaLog() публичный статический Метод

public static SendMediaLog ( HitboxChat client, string channel, string type, string name, string token ) : void
client HitboxChat
channel string
type string
name string
token string
Результат void

SendRemoveMod() публичный статический Метод

public static SendRemoveMod ( HitboxChat client, string channel, string name, string token ) : void
client HitboxChat
channel string
name string
token string
Результат void

SendSlowSubMode() публичный статический Метод

public static SendSlowSubMode ( HitboxChat client, string channel, int time, bool sub ) : void
client HitboxChat
channel string
time int
sub bool
Результат void

SendTimeoutUser() публичный статический Метод

public static SendTimeoutUser ( HitboxChat client, string channel, string name, string token, int timeout ) : void
client HitboxChat
channel string
name string
token string
timeout int
Результат void

SendUnBanUser() публичный статический Метод

public static SendUnBanUser ( HitboxChat client, string channel, string name, string token ) : void
client HitboxChat
channel string
name string
token string
Результат void

SendUserList() публичный статический Метод

public static SendUserList ( HitboxChat client, string channel ) : void
client HitboxChat
channel string
Результат void