mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
436 B
436 B
Constructor: auth_exportedAuthorization
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
bytes | bytes | Required |
Type: auth_ExportedAuthorization
Example:
$auth_exportedAuthorization = ['_' => auth_exportedAuthorization', 'id' => int, 'bytes' => bytes, ];