I want to create a Telegram Bot with Node.js and I am using Telegraf for it. I know I can answer to messages like this: I know I can answer to messages like this: app.hears('hi', (ctx) => ctx.reply('Hey there!'))
I have a telegram bot where the user can send /start command and I will receive this command on my server via web hook. In 99% of cases the request from telegram looks like this: { "update_id&
Recently Telegram added support for Topics in Groups in Bot API version 6.3 and this support added into python-telegram-bot version 13.15 (please find changelog https://docs.python-telegram-bot.org
.
chat id bot telegram