974 B
974 B
title | description | image | redirect_from |
---|---|---|---|
auth.exportedAuthorization | Data for copying of authorization between data centres. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/auth_exportedAuthorization.html |
Constructor: auth.exportedAuthorization
Data for copying of authorization between data centres.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | current user identifier |
bytes | bytes | Yes | authorizes key |
Type: auth.ExportedAuthorization
Example:
$auth.exportedAuthorization = ['_' => 'auth.exportedAuthorization', 'id' => int, 'bytes' => 'bytes'];
Or, if you're into Lua:
auth.exportedAuthorization={_='auth.exportedAuthorization', id=int, bytes='bytes'}