zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
353 stars 355 forks source link

ExternalBotHandler: Support adding reactions to message for a bot.. #593

Closed iishiishii closed 4 years ago

iishiishii commented 4 years ago

This adds a react() function that allows a bot to react to a message with an example and tests.

showell commented 4 years ago

@iishiishii The fix here seems fine. I think we want to add an example of this--maybe in the helloworld bot we can add a reaction?

iishiishii commented 4 years ago

@showell Thank you for your review. I'm writing the example in the helloworld bot and the test for this function in test_lib.py.

showell commented 4 years ago

Merged, thanks @iishiishii and @aero31aero!