Introduction
Getting Started
API Reference
Topic Guides
Meta
Telegram API
Client.
get_nearby_chats
Get nearby chats.
latitude (float) – Latitude of the location.
float
longitude (float) – Longitude of the location.
List of Chat – On success, a list of nearby chats is returned.
Chat
Example
chats = app.get_nearby_chats(51.500729, -0.124583) print(chats)