MadelineProtoDocs/docs/API_docs/constructors/account.webAuthorizations.md
2024-05-01 14:53:46 +02:00

934 B

title description nav_exclude image redirect_from
account.webAuthorizations Web authorizations true 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 Web authorization list
users Array of User Yes Users

Type: account.WebAuthorizations

Example:

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