mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
931 B
931 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
account.authorizations | Logged-in sessions | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_authorizations.html |
Constructor: account.authorizations
Logged-in sessions
Attributes:
Name | Type | Required | Description |
---|---|---|---|
authorization_ttl_days | int | Yes | Time-to-live of session |
authorizations | Array of Authorization | Yes | Logged-in sessions |
Type: account.Authorizations
Example:
$account_authorizations = ['_' => 'account.authorizations', 'authorization_ttl_days' => int, 'authorizations' => [Authorization, Authorization]];