philia
    Preparing search index...

    群消息撤回

    interface GroupRecallEvent {
        group: Group;
        group_id: string;
        message_id: string;
        notice_type: "group";
        operator_id: string;
        post_type: "notice";
        rand: number;
        seq: number;
        sub_type: "recall";
        time: number;
        user_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    group: Group

    群对象

    group_id: string

    群号

    message_id: string

    方法用

    notice_type: "group"
    operator_id: string

    撤回消息的群员账号

    post_type

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

    群员账号