MadelineProtoDocs/old_docs/API_docs_v109/constructors/account.webAuthorizations.md

1003 B

title description image redirect_from
account.webAuthorizations Web authorizations https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/account_webAuthorizations.html

Constructor: account.webAuthorizations

Back to constructors index

Web authorizations

Attributes:

Name Type Required Description
authorizations Array of WebAuthorization Yes Authorizations
users Array of User Yes Users

Type: account.WebAuthorizations

Example:

$account.webAuthorizations = ['_' => 'account.webAuthorizations', 'authorizations' => [WebAuthorization, WebAuthorization], 'users' => [User, User]];

Or, if you're into Lua:

account.webAuthorizations={_='account.webAuthorizations', authorizations={WebAuthorization}, users={User}}