mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
919 B
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
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];