zulip / python-zulip-api

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

api: Implement GET /messages/{message_id}/read_receipts endpoint #821

Open codewithnick opened 5 months ago

codewithnick commented 5 months ago

added a local function for getting a messages read recipt reference https://zulip.com/api/get-read-receipts proof of working:

image
timabbott commented 5 months ago

Please fix the typos in the function name -- these should all match the URLs in the API documentation.

Check out the Zulip commit message guidelines for more details.

codewithnick commented 5 months ago

@timabbott

codewithnick commented 2 months ago

hi any updates on this @timabbott