help.GetNearestDc
- class pyrogram.raw.functions.help.GetNearestDc
Returns info on data center nearest to the user.
- Details:
Layer:
223ID:
1FB33026
- Parameters:
No parameters required.
- Returns:
TL Schema
help.getNearestDc#1fb33026
= NearestDc
Parameter Tree
GetNearestDc
Example
await app.invoke(
GetNearestDc(
)
)