ExportedStoryLink
- class pyrogram.raw.types.ExportedStoryLink
Represents a story deep link.
Constructor of
ExportedStoryLink.- Details:
Layer:
223ID:
3FC9053B
- Parameters:
link (
str) – The 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",
)