zulip / python-zulip-api

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

Support using "direct" as the message "type" for private messages. #779

Open laurynmm opened 1 year ago

laurynmm commented 1 year ago

As follow-up to https://github.com/zulip/zulip/pull/25154 (which fixed https://github.com/zulip/zulip/issues/24960), we should:

See #api design > message type parameter, #24960 for relevant context and discussion.