telegram-get-all-stories
Retrieve active stories from followed contacts and channels. Supports pagination via next/state and fetching hidden stories. Returns compact metadata without raw media.
Instructions
Fetch active stories from contacts/channels the user follows. Pagination via 'next' + 'state' — pass the returned state back on the next call with next:true to load more. Use hidden:true to read stories from muted/archived peers. Returns compact story metadata (id, date, expireDate, caption, mediaType, counters) without raw media blobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | No | Load the next page (use with state from a prior response) | |
| state | No | Pagination state token returned by a previous call | |
| hidden | No | Fetch stories from hidden/archived peers instead of the main feed |