MadelineProto/old_docs/API_docs_v44/constructors/auth_exportedAuthorization.md

593 B

title description
auth_exportedAuthorization auth_exportedAuthorization attributes, type and example

Constructor: auth_exportedAuthorization

Back to constructors index

Attributes:

Name Type Required
id int Required
bytes bytes Required

Type: auth_ExportedAuthorization

Example:

$auth_exportedAuthorization = ['_' => 'auth_exportedAuthorization', 'id' => int, 'bytes' => bytes, ];