mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 01:19:56 +01:00
19 lines
416 B
Markdown
19 lines
416 B
Markdown
## Constructor: nearestDc
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|country|[string](../types/string.md) | Required|
|
|
|this\_dc|[int](../types/int.md) | Required|
|
|
|nearest\_dc|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [NearestDc](../types/NearestDc.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$nearestDc = ['country' => string, 'this_dc' => int, 'nearest_dc' => int, ];
|
|
``` |