mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
400 B
400 B
Constructor: auth_exportedAuthorization
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
bytes | bytes | Required |
Type: auth_ExportedAuthorization
Example:
$auth_exportedAuthorization = ['id' => int, 'bytes' => bytes, ];