vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Telegram webhook support #190

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Is your feature request related to a problem? Please describe. Webhook integration would make sure the bot doesn't need to be woken up before being talked to, and also make sure that the program does not create requests to the telegram server repeatedly every 0.5 seconds to check for new updates in the bot.

Describe the solution you'd like

Describe alternatives you've considered None. Webhooks are better than using infinite while loops.

Additional context