# 群聊被解散 - 40014

群聊被解散,机器人感知到后,通过该接口将信息回调给商家

encoding_content解密后的结构

{
    "event_type": 40014,
    "robot_id": "机器人id",
    "group_id": "群id",
    "group_name": "群名称",
	"op_account_id": "操作用户id",
	"op_account_name": "操作用户名称",
	"op_account_avatar_url": "操作用户头像"
}

说明

字段 类型 说明
event_type int 事件类型,40014
robot_id string 机器人id
group_id string 群id
group_name string 群名称
op_account_id string 操作用户id
op_account_name string 操作用户名称
op_account_avatar_url string 操作用户头像
最后更新时间: 2022/6/24 14:53:35