No description
Previously, the annotation for the (now removed)send-reply function was also wrong, as "send-message" function of EmbeddedBotHandler class does not return any value, contrary to "Dict[str, Any]" as specified by the funtion. This is done as a follow up for zulip/zulip#5842. |
||
|---|---|---|
| tools | ||
| zulip | ||
| zulip_bots | ||
| zulip_botserver | ||
| .gitignore | ||
| .travis.yml | ||
| README.md | ||
Zulip API
This repository contains the source code for Zulip's PyPI packages:
zulip: PyPI package for Zulip's API bindings.zulip_bots: PyPI package for Zulip's bots and bots API.zulip_botserver: PyPI package for Zulip's Flask bot server.