stats.getStoryPublicForwards

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 ยป

Parameters

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

Result

stats.PublicForwards

Possible errors

Code Type Description
400 PEER_ID_INVALID The provided peer id is invalid.

Related pages

Stories

Telegram users and channels can easily post and view stories through the API.

stats.publicForwards

Contains info about the forwards of a story as a message to public chats and reposts by public channels.

Pagination in the API

How to fetch results from large lists of objects.