MadelineProto/old_docs/API_docs_v45/constructors/auth_authorization.md
2017-01-19 23:02:27 +01:00

479 B

title description
auth.authorization auth_authorization attributes, type and example

Constructor: auth.authorization

Back to constructors index

Attributes:

Name Type Required
user User Required

Type: auth_Authorization

Example:

$auth_authorization = ['_' => 'auth.authorization', 'user' => User, ];