Interface FriendNoticeEvent

好友通知共通属性

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

Hierarchy (view full)

Properties

friend: Friend

好友对象

notice_type
post_type
user_id: number

对方账号