philia
    Preparing search index...

    好友消息撤回

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

    Hierarchy (View Summary)

    Index

    Properties

    friend: User

    好友对象

    message_id: string

    方法用

    notice_type: "friend"
    operator_id: string

    好友账号

    post_type

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

    对方账号