background: I'm making a Telegram Bot for a group chat, that parses messages for specific keywords, then marks a spreadsheet per those keywords, and then sends a message to show that marking was successful or not.
Now this gets confusing when multiple messages are sent to the bot at the same time - so my question is:
Question: Is there a /sendMessage method for bots that replies to a certain message? if not : is there a way to mention the user whom the bot is talking to?