Layer 220
ContactsExportContactToken
Generates a temporary profile link for the currently logged-in user.
method
Users
contacts.exportContactToken#f8654027 = ExportedContactToken;
Returns
ExportedContactTokenGogram Example
// ContactsExportContactToken - positional arguments result, err := client.ContactsExportContactToken() if err != nil { // handle error } // result is *tg.ExportedContactToken