Type Alias YoutubeStreamerUncheckedUpdateWithoutCustomMessagesInput

YoutubeStreamerUncheckedUpdateWithoutCustomMessagesInput: {
    autoPublishIfAnnouncmentChannel?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    customCoolDownBeforeNextLive?: NullableIntFieldUpdateOperationsInput | number | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    deleteEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    guildId?: StringFieldUpdateOperationsInput | string;
    isCurrentlyLive?: YTSCurrentlyLiveUncheckedUpdateOneWithoutYoutubeStreamerNestedInput;
    lastLive?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    lastVideo?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    liveNotificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    liveRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    pingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    sendOfflineMessage?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showNotifyButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    statsChannelIds?: YTSStatsChannelIdUncheckedUpdateOneWithoutYoutubeStreamerNestedInput;
    streamerId?: NullableStringFieldUpdateOperationsInput | string | null;
    streamerUserName?: StringFieldUpdateOperationsInput | string;
    usePerStreamerEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    usersForLiveRole?: YoutubeStreamerUpdateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: YoutubeStreamerUpdateusersWhoHaveLiveRoleInput | string[];
    videoNotificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
}