jlmadurga / django-telegram-bot

Django app to write Telegram bots. Just define commands and how to handle them.
BSD 3-Clause "New" or "Revised" License
142 stars 45 forks source link

Cant set webhook properly #15

Open italopaiva opened 8 years ago

italopaiva commented 8 years ago

@jlmadurga, do I have to point my webhook to what url when setting Telegram Bot Webhook(with setWebhook method of bot API)?

I am seeing in the logs that telegram is sendind requests to my app but is not reaching the bot handlers I've created..

Can you help on that? Thanks!

source-creator commented 7 years ago

See: #34