Hello,
I have a Telegram “send message” and after another trigger a “delete message” of the stored message_id of this related sent message running in NodeRed.
Now I wanted to migrate this to HA. Send message part is working.
Not with a delete delay of a first message!
A) Is there a complete example available to send a message AND store the used message_ ID after a first trigger.
B)
Then in another automation of another trigger how to retrieve the stored message_ ID and use it for the delete message command of Telegram Bot?
I could not solve it with the current Telegram Bot documentation.
Thanks so far!