I’m currently working on a Telegram bot project and have encountered a problem I can’t seem to resolve. Here’s a quick overview of my setup:
I have two Bots (BotA and BotB):
Both bots are admins in a Telegram group. Privacy mode is disabled for both bots via BotFather.
BotA:
Sends a message to the group using the Telegram API.
BotB:
Sends a message to the group using the Telegram API as a reply to a message from BotA using the reply_parameters
, and I receive the error:
Bad Request: message to be replied not found
Is it possible to BotB be able to reply to BotA in Group Chat?
Thank you