群解散事件
POST
{{接收回调的地址}}请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
header
object
必需
event_type
string
事件类型
timestamp
string
必需
to_app
string
必需
event
object
必需
group_chat_id
string
群id
group_chat_name
string
群名称
示例
{
"header": {
"event_type": "group_chat_dismiss",
"timestamp": "1611580672000",
"to_app": "wloa4376fe67dc041d474a79513ed70ae3db"
},
"event": {
"group_chat_id": "xxx",
"group_chat_name": "xxx"
}
}
最后修改时间: 2 年前