Layer 220
constructor
exportedContactToken#41bf109b url:string expires:int = ExportedContactToken;

Parameters

Name Type Description
Url string The temporary profile link.
Expires int Its expiration date

Gogram Example

// Creating ExportedContactToken constructor
obj := &tg.ExportedContactToken{
    Url: "...",
    Expires: 0,
}