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

    Interface FriendIncreaseEvent

    好友增加

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

    Hierarchy (View Summary)

    Index

    Properties

    friend: icqq.Friend

    好友对象

    nickname: string

    好友昵称

    notice_type: "friend"

    post_type

    post_type: "notice"
    sub_type: "increase"
    user_id: number

    对方账号