mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
934 B
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
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]];