interface AutoModerationActionMetadata {
    channelId: null | string;
    customMessage: null | string;
    durationSeconds: null | number;
}

Properties

channelId: null | string
customMessage: null | string
durationSeconds: null | number