Chat

C# Methods for Twitch > Chat

SendAction

public void SendAction(string action, bool bot = true)

SendMessage

public void SendMessage(string message, bool bot = true)

SendWhisper

public bool SendWhisper(string userName, string message, bool bot = true)

TwitchAnnounce

public void TwitchAnnounce(string message, bool bot = false, string color)

TwitchClearChatMessages

public bool TwitchClearChatMessages(bool bot = true)

TwitchDeleteChatMessage

public bool TwitchDeleteChatMessage(string messageId, bool bot = true)

TwitchReplyToMessage

Send a reply to a specific Twitch chat message

public void TwitchReplyToMessage(string message, string replyId, bool bot = true)