Interface FriendPokeEvent

好友戳一戳

interface FriendPokeEvent {
    action: string;
    friend: Friend;
    notice_type: "friend";
    operator_id: number;
    post_type: "notice";
    sub_type: "poke";
    suffix: string;
    target_id: number;
    user_id: number;
}

Hierarchy (view full)

Properties

action: string

戳一戳动作

friend: Friend

好友对象

notice_type
operator_id: number

好友账号

post_type
sub_type
suffix: string

未知字段

target_id: number

目标账号

user_id: number

对方账号