1. 首页
  2. API 文档
  3. 群聊管理
  4. get_group_system_notifications

get_group_system_notifications

  • 发布于 2026-08-16
  • 12 次阅读

获取 Bot 的群聊系统通知列表。

调用

const result = await api.get_group_system_notifications(self_id)

参数

参数 类型 必填 说明
self_id number 在线 Bot QQ 号

返回值

{
  notifications: [],
  total_count: 0,
}

通知中的 request_idrequest_typerequest_extra 可用于处理入群申请。