SendMessage
Sends a Twitch chat message using either Twitch Broadcaster or Twitch Bot account
Signature
public void SendMessage(string message, bool useBot = true, bool fallback = true)
Parameters
message
string required
No description provided.
useBot
bool
Default:
True
No description provided.
fallback
bool
Default:
True
No description provided.
Return Type
void
Example
CPH.SendMessage(message);
CPH.SendMessage(message, useBot, fallback);
UpdateRewardMaxPerUserPerStream
Updates the total maximum amount of redemptions per stream, per user, for the specified reward
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.