Type Alias WSCustomMessageUncheckedUpdateWithoutButtonsInput

WSCustomMessageUncheckedUpdateWithoutButtonsInput: {
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: WSMessageEmbedUncheckedUpdateOneWithoutWsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: WSMessageWebhookUncheckedUpdateOneWithoutWsCustomMessageNestedInput;
    whatnotStreamerId?: StringFieldUpdateOperationsInput | string;
}