TGroupAdminChangeEvent: TNoticeEvent & {
    group_id: number;
    notice_type: "group_admin";
    sub_type: "set" | "unset";
    user_id: number;
}