Snooze Next Ad
Snoozes the next automatic mid-roll ad for the specified Twitch channel. For more information on what the response contains, check out the Response Body table in the Twitch API Reference Guide for Snooze Next Ad.
This is an Async (Purple) Command, which operates differently from standard commands.
| Box Name | Type | Description |
|---|---|---|
| Channel | Dropdown | Twitch channel to snooze the next ad for. This can be left empty to use the default account. |
| Save Variable As | String | Variable name to save the response as. |
Saved Payload:
SAMMI saves the first snooze result object returned by Twitch (data[0]).
| Variable Name | Type | Description |
|---|---|---|
| snooze_count | Number | Number of available snoozes after this command. |
| snooze_refresh_at | String | Time in Twitch format when a snooze becomes available again. |
| next_ad_at | String | Time in Twitch format when the next scheduled ad starts after the snooze. |
Requires the
channel:read:ads Twitch scope.