MadelineProtoDocs/docs/API_docs/constructors/auth.exportedAuthorization.md
2024-05-01 14:53:46 +02:00

924 B

title description nav_exclude image redirect_from
auth.exportedAuthorization Data for copying of authorization between data centers. true 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 centers.

Attributes:

Name Type Required Description
id long Yes current user identifier
bytes bytes Yes authorizes key

Type: auth.ExportedAuthorization

Example:

$auth_exportedAuthorization = ['_' => 'auth.exportedAuthorization', 'id' => long, 'bytes' => 'bytes'];