Layer 220
ExportedContactToken
Describes a temporary profile link.
constructor
exportedContactToken#41bf109b url:string expires:int = ExportedContactToken;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | The temporary profile link. |
| Expires | int | Its expiration date |
Returns
ExportedContactTokenGogram Example
// Creating ExportedContactToken constructor obj := &tg.ExportedContactToken{ Url: "...", Expires: 0, }