Interface FriendIncreaseEvent

好友增加

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

Hierarchy (view full)

Properties

friend: Friend

好友对象

nickname: string

好友昵称

notice_type
post_type
sub_type
user_id: number

对方账号