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

435 B

Constructor: nearestDc

Attributes:

Name Type Required
country string Required
this_dc int Required
nearest_dc int Required

Type: NearestDc

Example:

$nearestDc = ['_' => nearestDc', 'country' => string, 'this_dc' => int, 'nearest_dc' => int, ];