Layer 220
AccountGetWebAuthorizations
Get web login widget authorizations
method
Users
account.getWebAuthorizations#182e6d6f = account.WebAuthorizations;
Returns
account.WebAuthorizationsGogram Example
// AccountGetWebAuthorizations - positional arguments result, err := client.AccountGetWebAuthorizations() if err != nil { // handle error } // result is *tg.AccountWebAuthorizations