I am using setWebhook for my telegram bot, and now I need to use getUpdates . I have read the docs and they say that I can only use one method.
The problem is that in my console:
{"ok":false,"error_code":409,"description":"Error: Conflict: another webhook is active"}
So the question is, how does UNSET use a web host and use getUpdates ?
source
share