MadelineProtoDocs/old_docs/API_docs_v105/constructors/auth.exportedAuthorization.md
2019-12-27 18:25:37 +01:00

904 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

Back to constructors index

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'}