-
Create a public channel in Telegram
-
Create a bot chatting with "BotFather"
-
Take the token provided after bot creation
-
Make a fetch to Telegram API
await fetch('https://api.telegram.org/bot${BOT_TOKEN}/sendMessage?chat_id=${CHANNEL}&text=${MESSAGE}')