720 B
720 B
title | description | image |
---|---|---|
auth.authorization | Contains user authorization info. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: auth.authorization
Contains user authorization info.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user | User | Optional | Info on authorized user |
Type: auth.Authorization
Example:
$auth.authorization = ['_' => 'auth.authorization', 'user' => User];
Or, if you're into Lua:
auth.authorization={_='auth.authorization', user=User}