接收事件
group.join_request
有人申请加入开启了入群审批的群。推送为尽力而为——请以轮询「列出入群申请」为准。
事件载荷
{
"id": "evt_gjr_5e1c8a3f9b",
"type": "group.join_request",
"provider": "whatsapp",
"account_id": "acc_8c21d0",
"occurred_at": "2026-06-08T13:10:30Z",
"data": {
"conversation": { "id": "120363041234567890@g.us", "type": "group" },
"requester": { "id": "8613912345678@lid", "type": "user" },
"request_method": "invite_link",
"event": { "kind": "group_join_request" }
}
}备注
- data.conversation 是群,data.requester 是申请入群的用户。provider 暴露申请来源时会带 request_method,例如 invite_link。
- 该推送信号为尽力而为。做审批界面时,请轮询“列出入群申请”作为可靠来源,把这个事件当成低延迟提示。