1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 03:34:42 +01:00
MadelineProto/old_docs/API_docs_v27/constructors/nearestDc.md

559 B

title description
nearestDc nearestDc attributes, type and example

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