Chameleon
    Preparing search index...

    Interface AutoModerationActionMetadata

    interface AutoModerationActionMetadata {
        channelId?: string;
        durationSeconds?: number;
        customMessage?: string;
    }
    Index

    Properties

    channelId?: string
    durationSeconds?: number
    customMessage?: string