指定一个联系人(群组或用户实例) 表示已读该联系人的当前消息。清除他们的未读消息数量。
Request
HTTP request
POST https://www.featapi.com/api/party/message/mark_read/
Parameters
无需添加参数。
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
party_message |
For more information, see the authentication and authorization page.
Request body
In the request body, the following properties:
Property name | Value | Description | Notes |
---|---|---|---|
必填 | |||
from_user | list | 列表的元素为联系人用户ID。系统会标记列表内的用户消息标记为已读。范例: [“5315959601855”] | |
to_group | list | 列表的元素为群组ID。 系统会标记列表内的群组消息标记为已读。范例: [“6999”, “7000”] |
Response
如果请求成功,该API返回{"is_success": true
}在响应体信息。
200 Mark a contact user or group to read successfully
{
"data": {
"detail": "Messages mark as read",
"is_success": true
}
}