The idea is:
Add “editMessageReplyMarkup” operation on Telegram node, so you can edit only the Reply Markup regardless of if it is a message, a photo, a video, an album…
My use case:
I amb creating a bot and I need to dinamically edit Reply Markups on a message, which can be any type (text, hpoto, video…).
I think it would be beneficial to add this because:
Instead of creating a Switch to Edit a Message for each case (text, photyo, video…) just create one Telegram node.