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

    Interface GroupNoticeEvent

    群通知共通属性

    interface GroupNoticeEvent {
        group: icqq.Group;
        group_id: number;
        notice_type: "group";
        post_type: "notice";
    }

    Hierarchy (View Summary)

    Index

    Properties

    group: icqq.Group

    群对象

    group_id: number

    群号

    notice_type: "group"

    post_type

    post_type: "notice"