Brendan Chia

Results 3 comments of Brendan Chia

> @Rogueknighttt I have this kind of issue before. Fixed By: seting polling to false, when init the bot. like: new TelegramBot(token, { polling: false }); This does not work...

I am facing this exact same issue too. I am able to setWebhook and I can see the url from `getWebhookInfo`. But after a short while, calling this `getWebhookInfo` will...

I'm using macOS: 15.5 (24F74) and @BuruY's solution saved my life! Thank you!