tg_stories
Retrieve a user's current Telegram stories or the global story feed without alerting the author. Optionally mark stories as seen, download media, and view photo stories as images.
Instructions
Stories: the feed of who has one right now, or one person's stories.
Reading the list does not tell anyone you looked. Only mark_read does, and it is off by default — flip it on solely when the owner asks to. tg_view(chat=, story_id=) shows a photo story as an image.
Args: peer: whose stories to open; omit for the whole feed. mark_read: mark them seen (the author will see you in their viewer list). download: also save the media to disk and return the paths. limit: cap on how many entries to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peer | No | ||
| limit | No | ||
| download | No | ||
| mark_read | No |