Group: Unblack

Group: Unblack

取消拉黑群组。 对一个已被拉黑的群组恢复可以接收消息推送的正常状态。

Request

HTTP request

POST https://www.featapi.com/api/party/group/{id}/unblack/

Parameters

Path parameters

Parameter nameValueDescription
idstring群组 ID

Authorization

该请求需要授权以下scopes访问权限:

Scopes
party_group

For more information, see the authentication and authorization page.

Request body

无需提交请求体信息。

Response

如果请求成功,该API返回取消拉黑的群组的数据在响应体信息。

200 Undo black a group successfully.

{
    "data": {
        "id": 7740, 
        "group": {
            "id": 6999, 
            "name": "取消拉黑这个群组", 
            "creator": 9716362343737, 
            "creator_fullname": "潘 丽达", 
            "create_time": "2020-04-03T02:42:40.706327Z", 
            "status": 0, 
            "is_valid": true, 
            "bundle_id": null
        }, 
        "friend": null, 
        "friend_fullname": null, 
        "friend_first_name": null, 
        "friend_last_name": null, 
        "unread_count": 0, 
        "status": 600, 
        "contact_time": "2020-04-03T05:08:13.960422Z", 
        "expertise": null, 
        "timezone": null, 
        "timezone_utc_offset": null, 
        "location": null, 
        "avatar": null
    }
}

发表评论

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

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

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

Captcha Code