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

    Interface FriendDecreaseEvent

    好友减少

    interface FriendDecreaseEvent {
        friend: icqq.Friend;
        nickname: string;
        notice_type: "friend";
        post_type: "notice";
        sub_type: "decrease";
        user_id: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    friend: icqq.Friend

    好友对象

    nickname: string

    好友昵称

    notice_type: "friend"

    post_type

    post_type: "notice"
    sub_type: "decrease"
    user_id: number

    对方账号