ExportedContactToken

class pyrogram.raw.base.ExportedContactToken

Describes a temporary profile link.

Constructors:

This base type has 1 constructor available.

ExportedContactToken

Describes a temporary profile link.

Functions:

This object can be returned by 1 function.

contacts.ExportContactToken

Generates a temporary profile link for the currently logged-in user.

TL Schema

exportedContactToken#41bf109b
url:string
expires:int

= ExportedContactToken

Parameter Tree

ExportedContactToken
├── urlstring
└── expiresint

Example

ExportedContactToken(
    url="https://google.com",
    expires=0,
)