@kaguyajs/trss-yunzai-types
    Preparing search index...

    Interface GroupAdminEvent

    管理员变更

    interface GroupAdminEvent {
        group: icqq.Group;
        group_id: number;
        notice_type: "group";
        post_type: "notice";
        set: boolean;
        sub_type: "admin";
        user_id: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    group: icqq.Group

    群对象

    group_id: number

    群号

    notice_type: "group"

    post_type

    post_type: "notice"
    set: boolean

    是否设置为管理员

    sub_type: "admin"
    user_id: number

    变更的群员账号