twitch_vod_comments
Retrieve a page of Twitch VOD chat messages from a given video timestamp, then paginate onward using the returned offset to get further comments.
Instructions
Get a Twitch VOD's chat replay. Returns one page of a Twitch VOD's chat replay (past-broadcast chat messages), starting at a given point in the video's timeline. Paginate forward by re-requesting with the last returned comment's offset_seconds. Public data sourced from Twitch's own GraphQL API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | Twitch VOD/video id (the numeric id from twitch.tv/videos/{id}) | |
| offset | No | Start the page from this point in the VOD's timeline, in seconds (default 0) |