Interface FriendRecallEvent

好友消息撤回

interface FriendRecallEvent {
    friend: 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 full)

Properties

friend: Friend

好友对象

message_id: string

cqhttp方法用

notice_type
operator_id: number

好友账号

post_type
rand: number
seq: number
sub_type
time: number
user_id: number

对方账号