jlmadurga / django-telegram-bot-demo

Django app demo using django-telegram-bot app.
8 stars 3 forks source link

Dumb issue #1

Open Nuruddinjr opened 8 years ago

Nuruddinjr commented 8 years ago

@jlmadurga Hi, I am a newbie Telegram bot creater, I deployed the project to heroku,created a Bot, added token to Bots section on admin panel, however, after adding some questions/polls I can not see updates on TelegramBot, please let me know how to do that. I would be glad to contribute to Usage docs if I get answer.

Thanks

jlmadurga commented 8 years ago

Site domain is used to create webhook. Check if you have it set.

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!