Obtain forwards of a story as a message to public chats and reposts by public channels.
Method schema is available as of layer 167. Switch ยป
Name | Type | Description |
---|---|---|
peer | InputPeer | Peer where the story was originally posted |
id | int | Story ID |
offset | string | Offset for pagination, from stats.PublicForwards.next_offset . |
limit | int | Maximum number of results to return, see pagination |
Code | Type | Description |
---|---|---|
400 | PEER_ID_INVALID | The provided peer id is invalid. |
Telegram users and channels can easily post and view stories through the API.
Contains info about the forwards of a story as a message to public chats and reposts by public channels.
How to fetch results from large lists of objects.