Sign in

Update Chat Settings

documented

Updates the broadcaster’s chat settings.

PUT /helix/chat/settingsChatno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.twitch.tv/helix/chat/settings?broadcaster_id={{$broadcaster_id}}&moderator_id={{$moderator_id}}" \
  -X PATCH \\
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
  -H "Client-Id: {{TWITCH_API_KEY}}" \\
  -H "Content-Type: application/json" \\
  -d '{"follower_mode": {{$follower_mode}}, "emote_mode": {{$emote_mode}}, "slow_mode": {{$slow_mode}}, "slow_mode_wait_time": {{$slow_mode_wait_time}}, "non_moderator_chat_delay": {{$non_moderator_chat_delay}}, "non_moderator_chat_delay_duration": {{$non_moderator_chat_delay_duration}}, "subscriber_mode": {{$subscriber_mode}}, "unique_chat_mode": {{$unique_chat_mode}}}'"}


{
Update Chat Settings · Twitch · OpenIntegrations