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()

ExportedStoryLink – a single story link is returned.

RPCError – In case of a Telegram RPC error.