MadelineProtoDocs/old_docs/API_docs_v109/constructors/auth.exportedAuthorization.md

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

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