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

27 lines
479 B
Markdown

---
title: auth.authorization
description: auth_authorization attributes, type and example
---
## Constructor: auth.authorization
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|user|[User](../types/User.md) | Required|
### Type: [auth\_Authorization](../types/auth_Authorization.md)
### Example:
```
$auth_authorization = ['_' => 'auth.authorization', 'user' => User, ];
```