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

26 lines
548 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 |
|----------|:-------------:|---------:|
|tmp\_sessions|[int](../types/int.md) | Optional|
|user|[User](../types/User.md) | Required|
### Type: [auth\_Authorization](../types/auth_Authorization.md)
### Example:
```
$auth_authorization = ['_' => auth_authorization', 'tmp_sessions' => int, 'user' => User, ];
```