TwitchAnnounce
Sends a Twitch chat message using either Twitch Broadcaster or Twitch Bot account
Signature
public void TwitchAnnounce(string message, bool bot = false, string color, bool fallback = false)
Parameters
message
string required
No description provided.
bot
bool
Default:
False
No description provided.
color
string
No description provided.
fallback
bool
Default:
False
No description provided.
Return Type
void
Example
CPH.TwitchAnnounce(message);
CPH.TwitchAnnounce(message, bot, color, fallback);
SendWhisper
Send a Twitch Whipser to another user. There are Twich limitations you have to consider before using this method: - The user sending the whisper must have a verified phone number. - The API may silently drop whispers that it suspects of violating Twitch policies. - Rate Limits: You may whisper to a maximum of 40 unique recipients per day. Within the per day limit, you may whisper a maximum of 3 whispers per second and a maximum of 100 whispers per minute.
TwitchClearChatMessages
Clear Twitch Chat