zulip / python-zulip-api

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

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

Open codewithnick opened 10 months ago

codewithnick commented 10 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 10 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 10 months ago

@timabbott

codewithnick commented 7 months ago

hi any updates on this @timabbott