List of stories
stories.stories#63c3dd0a flags:# count:int stories:Vector<StoryItem> pinned_to_top:flags.0?Vector<int> chats:Vector<Chat> users:Vector<User> = stories.Stories;
---functions---
stories.getPinnedStories#5821a5dc peer:InputPeer offset_id:int limit:int = stories.Stories;
stories.getStoriesArchive#b4352016 peer:InputPeer offset_id:int limit:int = stories.Stories;
stories.getStoriesByID#5774ca74 peer:InputPeer 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.