philia
    Preparing search index...

    群戳一戳

    interface GroupPokeEvent {
        action: string;
        group: Group;
        group_id: string;
        notice_type: "group";
        operator_id: string;
        post_type: "notice";
        sub_type: "poke";
        suffix: string;
        target_id: string;
        user_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: string

    戳一戳动作

    group: Group

    群对象

    group_id: string

    群号

    notice_type: "group"
    operator_id: string

    群员账号

    post_type

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

    未知字段

    target_id: string

    目标账号

    user_id: string

    群中该值永远等于target_id