Get Chat Settings

Gets the chat settings for the specified channel. For more information on what the response contains, check out the Response Body table in the Twitch API Reference Guide for Get Chat Settings

Box Name Type Description
Channel String Channel name to get the chat settings for
Save Variable As String Variable to save the result

Saved Payload:

SAMMI saves the first chat settings object returned by Twitch (data[0]).

Variable Name Type Description
broadcaster_id String Twitch User ID of the broadcaster.
moderator_id String Twitch User ID of the moderator account used for the request.
emote_mode Boolean Whether emote-only mode is enabled.
follower_mode Boolean Whether follower-only mode is enabled.
follower_mode_duration Number Minimum follow duration in minutes, if follower-only mode is enabled.
slow_mode Boolean Whether slow mode is enabled.
slow_mode_wait_time Number Slow mode wait time in seconds, if slow mode is enabled.
subscriber_mode Boolean Whether subscriber-only mode is enabled.
unique_chat_mode Boolean Whether unique chat mode is enabled.
non_moderator_chat_delay Boolean Whether non-moderator chat delay is enabled.
non_moderator_chat_delay_duration Number Chat delay duration in seconds, if enabled.
Back to the list