mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
17 lines
385 B
Markdown
17 lines
385 B
Markdown
|
## Constructor: account\_authorizations
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|authorizations|Array of [Authorization](../types/Authorization.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [account\_Authorizations](../types/account\_Authorizations.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$account_authorizations = ['authorizations' => [Authorization], ];
|
||
|
```
|