philia
    Preparing search index...

    群转让

    interface GroupTransferEvent {
        group: Group;
        group_id: string;
        notice_type: "group";
        operator_id: string;
        post_type: "notice";
        sub_type: "transfer";
        user_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    group: Group

    群对象

    group_id: string

    群号

    notice_type: "group"
    operator_id: string

    转让群的群员账号

    post_type

    post_type: "notice"
    sub_type: "transfer"
    user_id: string

    被转让为群主的账号