mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
867 B
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
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];