You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the bot is able to add a reaction conveniently using react(message, emoji_name). Similarly, we can also wrap the API call for removing a reaction for our bot handler. We will need to modify the BotHandler protocol and our implementations for ExternalBotHandler and EmbeddedBotHandler (in the Zulip repository) for this change.
A possible direction for us here might be having the bothandler to support most of the things that a bot is "supposed" to be able to do, without having the developer worries about any specific REST API.
The text was updated successfully, but these errors were encountered:
Currently, the bot is able to add a reaction conveniently using
react(message, emoji_name)
. Similarly, we can also wrap the API call for removing a reaction for our bot handler. We will need to modify the BotHandler protocol and our implementations for ExternalBotHandler and EmbeddedBotHandler (in the Zulip repository) for this change.A possible direction for us here might be having the bothandler to support most of the things that a bot is "supposed" to be able to do, without having the developer worries about any specific REST API.
The text was updated successfully, but these errors were encountered: