philia
    Preparing search index...

    群禁言

    interface GroupMuteEvent {
        duration: number;
        group: Group;
        group_id: string;
        nickname?: string;
        notice_type: "group";
        operator_id: string;
        post_type: "notice";
        sub_type: "ban";
        user_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    duration: number

    禁言时长

    group: Group

    群对象

    group_id: string

    群号

    nickname?: string

    匿名禁言才有此属性

    notice_type: "group"
    operator_id: string

    禁言的群员账号

    post_type

    post_type: "notice"
    sub_type: "ban"
    user_id: string

    被禁言的群员账号