openapi: Document deprecation for max_message_id field.

This commit is contained in:
Tim Abbott
2021-02-16 08:08:40 -08:00
parent 7323163149
commit a3e1b9161c

View File

@@ -6045,9 +6045,11 @@ paths:
Present if `message` is present in `fetch_event_types`. Present if `message` is present in `fetch_event_types`.
The highest message ID among all messages the user has received as of the The highest message ID among all messages the user has received as of the
moment of this request. Recommended for client-side logic only; clients wishing moment of this request.
to fetch the latest messages should simply pass `anchor="latest"` to
`GET /messages`. **Deprecated**: This field may be removed in future versions as it no
longer has a clear purpose. Clients wishing to fetch the latest messages
should pass `anchor="latest"` to `GET /messages`.
muted_topics: muted_topics:
type: array type: array
description: | description: |