Type Alias ClubStreamerUpdateWithoutCustomMessagesInput

ClubStreamerUpdateWithoutCustomMessagesInput: {
    autoPublishIfAnnouncmentChannel?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    customCoolDownBeforeNextPost?: NullableIntFieldUpdateOperationsInput | number | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    guildId?: StringFieldUpdateOperationsInput | string;
    lastPostAt?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    lastPostId?: NullableStringFieldUpdateOperationsInput | string | null;
    notificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    pingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    showNotifyButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    streamerUserName?: StringFieldUpdateOperationsInput | string;
    usePerStreamerEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
}