Listen for Telegram Bot text messages with grammY on Deno, extract user and message fields, and forward them to an application server as JSON with fetch.
After releasing a Telegram Mini App, we wanted to capture feedback that users might send directly to the bot. The bot listens for text messages and forwards them to our server.