Fetch the stories pinned on a peer's profile.
stories.stories#5dd8c3c8 count:int stories:Vector<StoryItem> chats:Vector<Chat> users:Vector<User> = stories.Stories;
---functions---
stories.getPinnedStories#5821a5dc peer:InputPeer offset_id:int limit:int = stories.Stories;
Name | Type | Description |
---|---|---|
peer | InputPeer | Peer whose pinned stories should be fetched |
offset_id | int | Offsets for pagination, for more info click here |
limit | int | Maximum number of results to return, see pagination |
Code | Type | Description |
---|---|---|
400 | PEER_ID_INVALID | The provided peer id is invalid. |
400 | USER_ID_INVALID | The provided user ID is invalid. |
How to fetch results from large lists of objects.
Telegram users and channels can easily post and view stories through the API.