node-telegram-bot-api Questions
2
Solved
I want to send a message from Telegram Bot to user with parse_mode 'HTML' . I use node.js with telegram.bot.api. But I've got an error
I've tried to write a code without parse_mode='HTML'. And it ...
Enuresis asked 28/5, 2019 at 14:19
2
Solved
I have a telegram bot that messages on a group. I want the telegram bot to change its “name” from time to time - just like a user can. Is this possible? This means that when I see a message from th...
Chantalchantalle asked 12/12, 2019 at 6:51
6
What I did:
I developed a Telegram bot using TelegrafJS framework. This bot allow the user to subscribe to a paid channel, this channel is privated.
So after that the payment is completed, the bo...
Glassware asked 2/2, 2020 at 15:38
1
Solved
What is Difference between msg.chat.id and msg.from.id in Telegeram Bot? Apparently, both are the same and Return user id.
bot.sendMessage(msg.chat.id, 'Hi', opts)
and
bot.sendMessage(msg.from....
Goldner asked 14/3, 2017 at 11:57
1
© 2022 - 2024 — McMap. All rights reserved.