MadelineProto/docs/API_docs/constructors/auth_authorization.md

25 lines
487 B
Markdown
Raw Normal View History

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