How to get telegram user location – Telegram API
I am making a telegram bot api wrapper and was wondering how to get the user's location. I have tried this: def test(chat): reply_markup = { "chat_id" : chat, "text": "your message", "reply_markup": {"keyboard": [ [{"text": "Send Your Mobile", "request_contact":…