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

    Interface FriendNoticeEvent

    好友通知共通属性

    interface FriendNoticeEvent {
        friend: icqq.Friend;
        notice_type: "friend";
        post_type: "notice";
        user_id: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    friend: icqq.Friend

    好友对象

    notice_type: "friend"

    post_type

    post_type: "notice"
    user_id: number

    对方账号