1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:47:46 +01:00
MadelineProto/docs/API_docs/constructors/nearestDc.md
2016-12-20 13:15:22 +01:00

26 lines
502 B
Markdown

---
title: nearestDc
---
## Constructor: nearestDc
[Back to constructors index](index.md)
### 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 = ['_' => nearestDc', 'country' => string, 'this_dc' => int, 'nearest_dc' => int, ];
```