Changes to List messages in a chat room
GET /api/v1/me/chats/{chat_id}/messages
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 2 of the 5 revisions of this API.54
What changed
- ○
added the new enum value
participantto thequeryrequest parametermessage_typerequest-parameter-enum-value-added
- ○
added the new enum value
systemto thequeryrequest parametermessage_typerequest-parameter-enum-value-added
- ○
- ●
for the
queryrequest parameterlimit, the max was set to100.00request-parameter-max-set
- ●
for the
queryrequest parameterpage_size, the max was set to100.00request-parameter-max-set
- ●
for the
queryrequest parameterlimit, the min was set to1.00request-parameter-min-set
- ●
for the
queryrequest parameterpage, the min was set to1.00request-parameter-min-set
- ●
for the
queryrequest parameterpage_size, the min was set to1.00request-parameter-min-set
- ○
queryrequest parameterpagewas deprecatedrequest-parameter-deprecated
- ○
queryrequest parameterpage_sizewas deprecatedrequest-parameter-deprecated
- ●