help.GetNearestDc

class pyrogram.raw.functions.help.GetNearestDc

Returns info on data center nearest to the user.

Details:
  • Layer: 223

  • ID: 1FB33026

Parameters:

No parameters required.

Returns:

NearestDc

TL Schema

help.getNearestDc#1fb33026

= NearestDc

Parameter Tree

GetNearestDc

Example

await app.invoke(
    GetNearestDc(
    )
)