matrix-bot-sdk icon indicating copy to clipboard operation
matrix-bot-sdk copied to clipboard

Add APIs to edit previously sent messages

Open squahtx opened this issue 3 years ago • 1 comments

Sometimes it makes sense for bots to update previously sent messages instead of posting new ones.

An example might be a bot providing progress updates on a long running process.

squahtx avatar Jan 18 '22 15:01 squahtx

Spec : https://spec.matrix.org/v1.4/client-server-api/#event-replacements

I think we mostly just need to copy the idea of replyText and friends, but with editText and such.

turt2live avatar Oct 07 '22 04:10 turt2live