MadelineProto/docs/API_docs/constructors/nearestDc.md

416 B

Constructor: nearestDc

Attributes:

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

Type: NearestDc

Example:

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