1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 23:27:46 +01:00
MadelineProto/docs/API_docs_46/constructors/nearestDc.md

27 lines
555 B
Markdown
Raw Normal View History

---
title: nearestDc
description: nearestDc attributes, type and example
---
## 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, ];
```