772 B
772 B
title | description | image |
---|---|---|
auth.authorization | Authorization | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: auth.authorization
Authorization
Attributes:
Name | Type | Required | Description |
---|---|---|---|
tmp_sessions | int | Optional | Temporary sessions |
user | User | Optional | User |
Type: auth_Authorization
Example:
$auth_authorization = ['_' => 'auth.authorization', 'tmp_sessions' => int, 'user' => User];
Or, if you're into Lua:
auth_authorization={_='auth.authorization', tmp_sessions=int, user=User}