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

    Interface FriendRecallEvent

    好友消息撤回

    interface FriendRecallEvent {
        friend: icqq.Friend;
        message_id: string;
        notice_type: "friend";
        operator_id: number;
        post_type: "notice";
        rand: number;
        seq: number;
        sub_type: "recall";
        time: number;
        user_id: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    friend: icqq.Friend

    好友对象

    message_id: string

    cqhttp方法用

    notice_type: "friend"
    operator_id: number

    好友账号

    post_type

    post_type: "notice"
    rand: number
    seq: number
    sub_type: "recall"
    time: number
    user_id: number

    对方账号