get_story_public_forwards()¶
- Client.get_story_public_forwards()¶
Get public forwards of a story.
Usable by Users Bots- Parameters:
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat.story_id (
int) – The story ID.offset (
str, optional) – Offset for pagination.limit (
int, optional) – Limit of results.
- Returns:
PublicForwards– The public forwards.