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

  1. 3cff423845a22
  2. d4b03725c5d752

What changed

    • added the new enum value participant to the query request parameter message_type

      request-parameter-enum-value-added

    • added the new enum value system to the query request parameter message_type

      request-parameter-enum-value-added

  • d4b03725c5d752See the full diff
    • for the query request parameter limit, the max was set to 100.00

      request-parameter-max-set

    • for the query request parameter page_size, the max was set to 100.00

      request-parameter-max-set

    • for the query request parameter limit, the min was set to 1.00

      request-parameter-min-set

    • for the query request parameter page, the min was set to 1.00

      request-parameter-min-set

    • for the query request parameter page_size, the min was set to 1.00

      request-parameter-min-set

    • query request parameter page was deprecated

      request-parameter-deprecated

    • query request parameter page_size was deprecated

      request-parameter-deprecated