MadelineProto/docs/API_docs/constructors/auth_exportedAuthorization.md
2016-12-20 13:32:11 +01:00

588 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, ];