telegram-get-all-stories
Fetch active stories from Telegram contacts and channels. Use pagination with 'next' and 'state' for more results, and 'hidden' to read stories from muted or archived peers.
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 |