ExportedContactToken
- class pyrogram.raw.types.ExportedContactToken
Describes a temporary profile link.
Constructor of
ExportedContactToken.- Details:
Layer:
223ID:
41BF109B
- Parameters:
url (
str) – The temporary profile link.expires (
int32-bit) – Its expiration date
- 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,
)