mostr-zulip-bot/zulip/zulip
Thomas Michelat 3630208389
api: Add binding for moving topics between streams.
Adds the method move_topic to the class Client that allows moving
topics between streams.

- The topic can be renamed if the new_topic argument is given
- Partial topic can be moved givent the proper message_id and
  propagate_mode arguments.
- notification to old/new stream can be silenced (active by default)
2020-09-14 15:13:10 -07:00
..
examples api: Rename get_members to get_users. 2020-05-14 11:36:17 -07:00
__init__.py api: Add binding for moving topics between streams. 2020-09-14 15:13:10 -07:00
api_examples.py typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
py.typed packaging: Add py.typed marker file & install in setup.py. 2018-05-02 12:13:26 -07:00
send.py cleanup: Remove unused imports. 2020-04-18 20:31:14 -07:00