MadelineProto/docs/API_docs/constructors/updateNewAuthorization.md

18 lines
536 B
Markdown
Raw Normal View History

## Constructor: updateNewAuthorization
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|auth\_key\_id|[long](../types/long.md) | Required|
|date|[int](../types/int.md) | Required|
|device|[string](../types/string.md) | Required|
|location|[string](../types/string.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[Update](../types/Update.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updateNewAuthorization = ['_' => updateNewAuthorization', 'auth_key_id' => long, 'date' => int, 'device' => string, 'location' => string, ];
```