telegram-get-stories-archive
Retrieve auto-archived (expired) stories from a Telegram peer's archive. Supports pagination by passing the last story ID as offsetId.
Instructions
Fetch auto-archived (expired) stories from a peer's archive. Paginate via offsetId (pass last story id from previous page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max stories to return (1–100, default 50) | |
| chatId | No | Peer whose archive to fetch | me |
| offsetId | No | Pagination offset: pass last story ID from previous page (0 to start) |