Message: Mark Read

Message: Mark Read

指定一个联系人(群组或用户实例) 表示已读该联系人的当前消息。清除他们的未读消息数量。

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 nameValueDescriptionNotes
必填
from_userlist列表的元素为联系人用户ID。系统会标记列表内的用户消息标记为已读。范例: [“5315959601855”]
to_grouplist列表的元素为群组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
    }
}

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code