2

I created my Telegram Bot and got my token.

I prepared my Bot logic on Firebase Functions with Telegraf.js library.

I set my webhook using setWebhook

When I test my my Telegram Bot, it works fine but after couple requests the Webhook gets cleared.

Here is my Bot's getWebhookInfo:

{
  "ok": true,
  "result": {
    "url": "",
    "has_custom_certificate": false,
    "pending_update_count": 0
  }
}
malhobayyeb
  • 2,725
  • 11
  • 57
  • 91

0 Answers0