ExportedContactToken
- class pyrogram.raw.base.ExportedContactToken
Describes a temporary profile link.
- Constructors:
This base type has 1 constructor available.
Describes a temporary profile link.
- Functions:
This object can be returned by 1 function.
Generates a temporary profile link for the currently logged-in user.
TL Schema
exportedContactToken#41bf109b
url:string
expires:int
= ExportedContactToken
Parameter Tree
ExportedContactToken
├── url →
string└── expires →
intExample
ExportedContactToken(
url="https://google.com",
expires=0,
)