MadelineProto/docs/API_docs/constructors/updateNewAuthorization.md
2016-12-19 19:48:27 +03:00

20 lines
538 B
Markdown

## 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|
### Type: [Update](../types/Update.md)
### Example:
```
$updateNewAuthorization = ['_' => updateNewAuthorization', 'auth_key_id' => long, 'date' => int, 'device' => string, 'location' => string, ];
```