Telegram, when requesting new messages, gives the following error:
<pre>Conflict: can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first</pre>
I can assume that earlier the same bot was already connected somewhere via webhooks and therefore it is not possible to pick up messages from there, because. these are 2 mutually exclusive ways to get bot updates, which is written in the documentation
https://core.telegram.org/bots/api#getting-updatesUse a different bot or disable webhooks elsewhere