Chat Mode
C# Methods for Twitch > Moderation > Chat Mode
TwitchEmoteOnly
public void TwitchEmoteOnly(bool enabled = true)
TwitchFollowMode
public void TwitchFollowMode(bool enabled = true, int duration = 0)
TwitchSlowMode
public void TwitchSlowMode(bool enabled = true, int duration = 0)
TwitchSubscriberOnly
public void TwitchSubscriberOnly(bool enabled = true)
Â