When typing https://api.telegram.org/botmy bot token/getupdates i get error 409 (another webhook is active). How to solve this?
Quoted from Telegram-Bot-Api,
Notes
To solve this, delete the webhook you did setup using your bot-token by simply providing no url:
https://api.telegram.org/bot<token>/setWebhook
let's say, your bot-token: 12345:abxef3ed
So, you just perform this:
https://api.telegram.org/bot12345:abxef3ed/setWebhook
make sure you wrote 'bot' before token, not only token itself!
*I know this is too late for you, but may help others.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With