905 B
905 B
title | description | image |
---|---|---|
auth.exportedAuthorization | Data for copying of authorization between data centres. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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'}