Type Alias TwitterStreamerUncheckedUpdateWithoutStatsChannelIdsInput

TwitterStreamerUncheckedUpdateWithoutStatsChannelIdsInput: {
    autoPublishIfAnnouncmentChannel?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    currentBroadcastId?: NullableStringFieldUpdateOperationsInput | string | null;
    customCoolDownBeforeNextLive?: NullableIntFieldUpdateOperationsInput | number | null;
    customCoolDownBeforeNextPost?: NullableIntFieldUpdateOperationsInput | number | null;
    customMessages?: TWSCustomMessageUncheckedUpdateManyWithoutTwitterStreamerNestedInput;
    dbId?: StringFieldUpdateOperationsInput | string;
    deleteEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    guildId?: StringFieldUpdateOperationsInput | string;
    isCurrentlyLive?: TWSCurrentlyLiveUncheckedUpdateOneWithoutTwitterStreamerNestedInput;
    lastLive?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    lastPostAt?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    lastPostId?: NullableStringFieldUpdateOperationsInput | string | null;
    liveNotificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    liveRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    offlineGracePeriod?: NullableIntFieldUpdateOperationsInput | number | null;
    pingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    postNotificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    postPingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    sendOfflineMessage?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showNotifyButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    streamerId?: NullableStringFieldUpdateOperationsInput | string | null;
    streamerUserName?: StringFieldUpdateOperationsInput | string;
    usePerStreamerEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    usersForLiveRole?: TwitterStreamerUpdateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: TwitterStreamerUpdateusersWhoHaveLiveRoleInput | string[];
}