MadelineProto/docs/API_docs/constructors/auth_authorization.md

16 lines
409 B
Markdown
Raw Normal View History

## Constructor: auth\_authorization
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|tmp\_sessions|[int](../types/int.md) | Optional|
|user|[User](../types/User.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[auth\_Authorization](../types/auth_Authorization.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$auth_authorization = ['_' => auth_authorization', 'tmp_sessions' => int, 'user' => User, ];
```