philia
    Preparing search index...

    好友减少

    interface FriendDecreaseEvent {
        friend: User;
        nickname: string;
        notice_type: "friend";
        post_type: "notice";
        sub_type: "decrease";
        user_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    friend: User

    好友对象

    nickname: string

    好友昵称

    notice_type: "friend"

    post_type

    post_type: "notice"
    sub_type: "decrease"
    user_id: string

    对方账号