@kaguyajs/trss-yunzai-types
    Preparing search index...

    Interface FriendPokeEvent

    好友戳一戳

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

    Hierarchy (View Summary)

    Index

    Properties

    action: string

    戳一戳动作

    friend: icqq.Friend

    好友对象

    notice_type: "friend"
    operator_id: number

    好友账号

    post_type

    post_type: "notice"
    sub_type: "poke"
    suffix: string

    未知字段

    target_id: number

    目标账号

    user_id: number

    对方账号