Interface BotUnmuteEvent

Bot被取消禁言

interface BotUnmuteEvent {
    operator: Member;
    reply?: ((msgChain, quote?) => Promise<void>);
    type: "BotUnmuteEvent";
}

Hierarchy (view full)

Properties

Properties

operator: Member
reply?: ((msgChain, quote?) => Promise<void>)

reply 辅助函数

Type declaration

    • (msgChain, quote?): Promise<void>
    • reply 辅助函数

      Parameters

      Returns Promise<void>

type: "BotUnmuteEvent"

Generated using TypeDoc