Interface GroupNoticeEvent

群通知共通属性

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

Hierarchy (view full)

Properties

group: Group

群对象

group_id: number

群号

notice_type
post_type