matrix-bot-sdk
matrix-bot-sdk copied to clipboard
Add APIs to edit previously sent messages
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.
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.