mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
924 B
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
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'];