yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.46k stars 1.53k forks source link

/getWebhookInfo returns blank url #1207

Open Rogueknighttt opened 4 months ago

Rogueknighttt commented 4 months ago

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 image

i set webhook via node-telegram-bot-api function

web3devfun commented 2 months ago

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