This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
1
Star
0
Fork
0
You've already forked MadelineProto
mirror of
https://github.com/danog/MadelineProto.git
synced
2024-12-04 10:28:32 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
7094200f40
MadelineProto
/
docs
/
API_docs
/
constructors
/
nearestDc.md
danogentili
7094200f40
Improved documentation generation
2016-12-19 19:48:27 +03:00
435 B
Raw
Blame
History
Constructor: nearestDc
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, ];