# 群管理员变动 - 40025

当群管理员有变动时,群内所有机器人(包括已关注和未关注)将收到此回调

encoding_content解密后的结构

{
    "event_type": 40025,
    "robot_id": "机器人id",
    "group_id": "群id",
    "group_name": "群名称",
	"owner_account_id": "群主编号",
	"admin_account_list" : ["管理员id"],
	"change_type": 1
}

说明

字段 类型 说明
event_type int 事件类型,40025
robot_id string 机器人id
group_id string 群id
group_name string 群名称
owner_account_id string 群主编号
admin_account_list array 管理员列表
change_type int 操作类型:1 添加管理员 2 删除管理员 3 群主转移
最后更新时间: 2022/6/24 14:53:35