I want my bot to edit a message it wrote by appending some text to the original message. I don't want to store the message I sent so I would like to save the message identifier only and use it to get the message, append the text and edit the message but I can't find a way to get the message from telegram.
How could I do this?