List of stories
stories.stories#4fe57df1 count:int stories:Vector<StoryItem> users:Vector<User> = stories.Stories;
---functions---
stories.getPinnedStories#b471137 user_id:InputUser offset_id:int limit:int = stories.Stories;
stories.getStoriesArchive#1f5bc5d2 offset_id:int limit:int = stories.Stories;
stories.getStoriesByID#6a15cf46 user_id:InputUser id:Vector<int> = stories.Stories;
Constructor | Description |
---|---|
stories.stories | List of stories |
Method | Description |
---|---|
stories.getPinnedStories | Fetch the stories pinned on a peer's profile. |
stories.getStoriesArchive | Fetch the story archive ยป of a peer we control. |
stories.getStoriesByID | Obtain full info about a set of stories by their IDs. |
Telegram users and channels can easily post and view stories through the API.