philia
    Preparing search index...

    管理员变更

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

    Hierarchy (View Summary)

    Index

    Properties

    group: Group

    群对象

    group_id: string

    群号

    notice_type: "group"

    post_type

    post_type: "notice"
    set: boolean

    是否设置为管理员

    sub_type: "admin"
    user_id: string

    变更的群员账号