You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@Rogueknighttt I have this kind of issue before.
Fixed By: seting polling to false, when init the bot. like: new TelegramBot(token, { polling: false });
@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 for me :(
const bot = new TelegramBot(process.env.TELEGRAM_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
The text was updated successfully, but these errors were encountered: