Story.export_link()
- Story.export_link()
Bound method export_link of
Story
.Use as a shortcut for:
await client.export_story_link( user_id=story.from_user.id, story_id=story.id )
Example
await story.export_link()
- Returns:
ExportedStoryLink
– a single story link is returned.- Raises:
RPCError – In case of a Telegram RPC error.