Type Alias GuildUncheckedUpdateWithoutMessagesInput

GuildUncheckedUpdateWithoutMessagesInput: {
    autoLiveRoleLogs?: NullableStringFieldUpdateOperationsInput | string | null;
    autoLiveRoles?: GuildAutoLiveRoleUncheckedUpdateManyWithoutGuildNestedInput;
    birthdayChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    birthdayEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    birthdayRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    bitfield?: NullableStringFieldUpdateOperationsInput | string | null;
    blacklisted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    disableBranding?: GuildDisableBrandingUncheckedUpdateOneWithoutGuildNestedInput;
    disableDoubleVoteEntry?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    gettingStarted?: GuildGettingStartedUncheckedUpdateOneWithoutGuildNestedInput;
    giveawayLogsChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    guildId?: StringFieldUpdateOperationsInput | string;
    ignoreIfNotCatchedByOverride?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    leaveChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    leaveEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    linkedRoleLogs?: NullableStringFieldUpdateOperationsInput | string | null;
    linkedRoles?: GuildLinkedRoleUncheckedUpdateManyWithoutGuildNestedInput;
    locale?: StringFieldUpdateOperationsInput | string;
    notificationOverrides?: GuildNotificationOverrideUncheckedUpdateManyWithoutGuildNestedInput;
    overrideBranding?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    premium?: GuildPremiumUncheckedUpdateOneWithoutGuildNestedInput;
    randomMessages?: GuildRandomMessageUncheckedUpdateManyWithoutGuildNestedInput;
    singleMessages?: GuildCustomSingleMessageUncheckedUpdateManyWithoutGuildNestedInput;
    statusRoleLogs?: NullableStringFieldUpdateOperationsInput | string | null;
    statusRoles?: GuildStatusRoleUncheckedUpdateManyWithoutGuildNestedInput;
    stickyMessageDelaySeconds?: NullableIntFieldUpdateOperationsInput | number | null;
    stickyMessages?: GuildStickyMessageUncheckedUpdateManyWithoutGuildNestedInput;
    syncUsername?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    vodDownloadStoreForHours?: NullableIntFieldUpdateOperationsInput | number | null;
    welcomeChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    welcomeEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
}