philia
    Preparing search index...

    Interface GroupInfo

    群信息更改通知

    interface GroupInfo {
        change: Partial<Group>;
        group: Group;
        id: string;
        raw?: any;
        scene: "group_info";
        time: number;
        type: "notice";
        user: GroupMember;
    }

    Hierarchy (View Summary)

    Index

    Properties

    change: Partial<Group>

    更改后信息

    group: Group

    发起事件群

    id: string

    事件ID

    raw?: any

    平台原始字段

    scene: "group_info"

    事件场景

    time: number

    事件时间,Unix时间戳(秒)

    type: "notice"

    事件类型

    发起事件群成员