mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 02:38:50 +01:00
25 lines
476 B
Markdown
25 lines
476 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, ];
|
||
|
```
|