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