telegram-get-story-views
Retrieve the list of viewers for your Telegram stories, including user IDs, view dates, reactions, and total counts. Supports pagination and filtering by name or contacts.
Instructions
List viewers of one of YOUR stories (stories.GetStoryViewsList). Returns per-viewer entries (user id, view date, their reaction emoji if any), plus totals (viewsCount, forwardsCount, reactionsCount) and nextOffset for pagination. Pass your own user id (numeric) or @username as the peer — this only works for stories you posted. Some accounts (non-Premium, old stories) may not get a full viewer list — a Premium hint is surfaced on typical errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter viewers by name substring | |
| chat | Yes | Peer owning the story — usually 'me' or your own user id/@username | |
| limit | No | Max viewers to return (default 50, max 100) | |
| offset | No | Pagination offset from a previous response's nextOffset | |
| storyId | Yes | Story ID to fetch viewers for | |
| justContacts | No | Return only contacts | |
| forwardsFirst | No | Sort forwards/reposts first | |
| reactionsFirst | No | Sort viewers who reacted first |