# 机器人被踢出群 - 40012
机器人被踢出群,通过该接口将信息回调给商家
encoding_content解密后的结构:
{
"event_type": 40012,
"robot_id": "机器人id",
"group_id": "群id",
"group_name": "群名称",
"op_account_id": "操作用户id",
"op_account_name": "操作用户名称",
"op_account_avatar_url": "操作用户头像"
}
说明
字段 | 类型 | 说明 |
---|---|---|
event_type | int | 事件类型,40012 |
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 | 操作用户头像 |