MadelineProto/docs/API_docs/constructors/nearestDc.md
2016-12-20 13:15:22 +01:00

502 B

title
nearestDc

Constructor: nearestDc

Back to constructors index

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, ];