1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:07:21 +01:00
MadelineProto/docs/API_docs/constructors/account_authorizations.md

17 lines
385 B
Markdown
Raw Normal View History

## 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], ];
```