MadelineProtoDocs/docs/API_docs/constructors/nearestDc.md
2024-05-01 14:53:46 +02:00

867 B

title description nav_exclude image
nearestDc Nearest data center, according to geo-ip. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: nearestDc

Back to constructors index

Nearest data center, according to geo-ip.

Attributes:

Name Type Required Description
country string Yes Country code determined by geo-ip
this_dc int Yes Number of current data center
nearest_dc int Yes Number of nearest data center

Type: NearestDc

Example:

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