Type Alias RumbleStreamerUpdateWithoutStatsChannelIdsInput

RumbleStreamerUpdateWithoutStatsChannelIdsInput: {
    autoPublishIfAnnouncmentChannel?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    customCoolDownBeforeNextLive?: NullableIntFieldUpdateOperationsInput | number | null;
    customMessages?: RSCustomMessageUpdateManyWithoutRumbleStreamerNestedInput;
    dbId?: StringFieldUpdateOperationsInput | string;
    deleteEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    guildId?: StringFieldUpdateOperationsInput | string;
    isCurrentlyLive?: RSCurrentlyLiveUpdateOneWithoutRumbleStreamerNestedInput;
    lastLive?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    liveRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    notificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    pingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    sendOfflineMessage?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showNotifyButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    streamerUserName?: StringFieldUpdateOperationsInput | string;
    type?: EnumRumbleTypeEnumFieldUpdateOperationsInput | RumbleTypeEnum;
    usePerStreamerEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    usersForLiveRole?: RumbleStreamerUpdateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: RumbleStreamerUpdateusersWhoHaveLiveRoleInput | string[];
}