i try to set up webhook. everything is ok, setting up the url https://d934-178-218-72-45.ngrok-free.app/ ...
url created by ngrok to easily get https url
after /getWebhookInfo i receive empty url
@Rogueknighttt I have this kind of issue before.
Fixed By: seting polling to false, when init the bot. like: new TelegramBot(token, { polling: false });
i try to set up webhook. everything is ok, setting up the url https://d934-178-218-72-45.ngrok-free.app/ ... url created by ngrok to easily get https url after /getWebhookInfo i receive empty url
i set webhook via node-telegram-bot-api function