mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The `message_id` was made an `str` object because the request expected `Dict[str, str]`. The request is now casted to `Dict[str, Any]` to fix the issue and removed typecast of `message_id` to str. python-zulip-api reference: https://github.com/zulip/python-zulip-api/pull/653