philia
    Preparing search index...

    好友戳一戳

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

    Hierarchy (View Summary)

    Index

    Properties

    action: string

    戳一戳动作

    friend: User

    好友对象

    notice_type: "friend"
    operator_id: string

    好友账号

    post_type

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

    未知字段

    target_id: string

    目标账号

    user_id: string

    对方账号