MadelineProtoDocs/docs/API_docs/constructors/exportedContactToken.md
2024-05-01 14:53:46 +02:00

919 B

title description nav_exclude image
exportedContactToken Describes a temporary profile link. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: exportedContactToken

Back to constructors index

Describes a temporary profile link.

Attributes:

Name Type Required Description
url string Yes The temporary profile link.
expires int Yes Its expiration date

Type: ExportedContactToken

Example:

$exportedContactToken = ['_' => 'exportedContactToken', 'url' => 'string', 'expires' => int];