Layer 224
ExportedContactTokenObj
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 ExportedContactTokenObj constructor obj := &tg.ExportedContactTokenObj{ Url: "Hello, World!", Expires: 42, }