1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 04:38:32 +01:00
MadelineProto/docs/API_docs/constructors/account_authorizations.md

17 lines
412 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:
```
2016-12-19 17:48:27 +01:00
$account_authorizations = ['_' => account_authorizations', 'authorizations' => [Vector t], ];
```