Telegram - Modify "Send a text" to return MessageID

The idea is:

The idea is to get the MessageID when we send a message, this way we can remove a message using this ID.

My use case:

When we send a messge “Send and Wait for Response”, the idea is to delete this message once it gets the response.

I think it would be beneficial to add this because:

We can keep the Telegram clean, with only pending approvals, I also could just replace the approval message by a “this request was: <Approved/Declined>”

Any resources to support this?

Using HTTP Request I see that /sendMessage endpoint returns the MessageID by default. So we only need to include as part of the return of this componet.

Are you willing to work on this?

Yes!