turt2live / matrix-bot-sdk

TypeScript/JavaScript SDK for Matrix bots
MIT License
199 stars 69 forks source link

Allow adding emoji reactions #335

Open nukeop opened 1 year ago

nukeop commented 1 year ago

Is your feature request related to a problem? Please describe. I want my bot to be able to add emoji reactions

Describe the solution you'd like As above

Describe alternatives you've considered N/A

Additional context I couldn't find anything about it in the client docs.

AndrewKvalheim commented 1 year ago

In the interim here’s an example of how to do it manually.

turt2live commented 1 year ago

This is currently available through the unstableApis and just needs to be moved to MatrixClient now that it's stable in the spec.