ExportedStoryLink
- class pyrogram.raw.base.ExportedStoryLink
Represents a story deep link
- Constructors:
This base type has 1 constructor available.
Represents a story deep link.
- Functions:
This object can be returned by 1 function.
Generate a story deep link for a specific story
TL Schema
exportedStoryLink#3fc9053b
link:string
= ExportedStoryLink
Parameter Tree
ExportedStoryLink
└── link →
stringExample
ExportedStoryLink(
link="text",
)