python-zulip-api icon indicating copy to clipboard operation
python-zulip-api copied to clipboard

Add `remove_reaction` for bot handlers

Open PIG208 opened this issue 3 years ago • 0 comments

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.

PIG208 avatar May 09 '21 15:05 PIG208