Interface FriendDecreaseEvent

好友减少

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

Hierarchy (view full)

Properties

friend: Friend

好友对象

nickname: string

好友昵称

notice_type
post_type
sub_type
user_id: number

对方账号