Set Follower Mode
Enables or disables Follower-Only Mode in the specified channel. Follower-Only Mode restricts who can talk in a channel to only followers who have been following for the specified amount of time. VIPs and Moderators are not restricted.
If Channel is empty, SAMMI uses the default Twitch account.
| Box Name | Type | Description |
|---|---|---|
| Channel | String | Channel name to set Follower-Only Mode for |
| Enabled | Dropdown | Enable/Disable |
| Time | Dropdown | Specific amounts of time that users need to have followed for |
Requires the
moderator:manage:chat_settings Twitch scope.
Twitch API Endpoint: PATCH /helix/chat/settings
| Request Field | Type | Description |
|---|---|---|
| broadcaster_id | String | The ID of the broadcaster whose chat settings are being updated |
| moderator_id | String | The ID of a moderator or the broadcaster |
| follower_mode | Boolean | Set to true to enable Follower-Only Mode, false to disable |
| follower_mode_duration | Integer | Optional. Minimum follow duration in minutes required to chat (0–129600). Omit or set to 0 for any follower |