KarinJS / kritor

新时代统一的聊天机器人应用接口标准
64 stars 4 forks source link

Feat: 好友减少通知事件 #14

Closed shijinn520 closed 3 months ago

shijinn520 commented 3 months ago

icqq:

/** 好友减少 */
export interface FriendDecreaseEvent extends FriendNoticeEvent {
    sub_type: "decrease";
    /** 好友昵称 */
    nickname: string;
}