Story.export_link()¶
- Story.export_link()
Bound method export_link of
Story.Use as a shortcut for:
await client.export_story_link( chat_id=chat_id, story_id=story_id )
Example
await story.export_link()
Bound method export_link of Story.
Use as a shortcut for:
await client.export_story_link(
chat_id=chat_id,
story_id=story_id
)
Example
await story.export_link()