How do I get JSON results in Browser from API Webhook to Telegram Bot

42 views Asked by At

I'm sending a Tradingview alert to a Telegram bot via webhook. The Tradingview alert message is in JSON format.

I get the alert message in my Telegram bot. What do I need to do see the JSON data in a browser.

I thought using this command with my bot father token would work, but it didn't. https://api.telegram.org/bot{bot_father_token}/getUpdates

0

There are 0 answers