Type Alias TSCustomMessageUncheckedUpdateWithoutButtonsInput

TSCustomMessageUncheckedUpdateWithoutButtonsInput: {
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: TSMessageEmbedUncheckedUpdateOneWithoutTsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    twitchStreamerId?: StringFieldUpdateOperationsInput | string;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: TSMessageWebhookUncheckedUpdateOneWithoutTsCustomMessageNestedInput;
}