分页查询聊天室历史消息
开发中
GET
/im/v2/chatrooms/{room_id}/messages
请求参数
Path 参数
room_id
string
聊天室 ID
示例值:
1605537145
Query 参数
sender_id
string
必需
示例值:
yx5
page_token
string
可选
limit
integer
必需
示例值:
100
descending
string
可选
示例值:
false
message_type
string
可选
例如"0,1,2,3",其中支持的消息类型如下:0:文本;1:图片;2:语音;3:视频;4:地理位置;5:通知;6:文件;10:提示;11:Robot;100:自定义。
示例值:
0,1,2,3,5
Header 参数
AppKey
string
必需
默认值:
{{AppKey}}
X-custom-traceid
string
可选
默认值:
{% mock 'uuid' %}
Nonce
string
必需
默认值:
{{Nonce}}
CurTime
string
必需
默认值:
{{CurTime}}
CheckSum
string
必需
默认值:
{{CheckSum}}
示例代码
返回响应
修改于 2024-02-29 03:03:25