Type Alias TWSCustomMessageUncheckedUpdateWithoutButtonsInput

TWSCustomMessageUncheckedUpdateWithoutButtonsInput: {
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: TWSMessageEmbedUncheckedUpdateOneWithoutTwsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    twitterStreamerId?: StringFieldUpdateOperationsInput | string;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: TWSMessageWebhookUncheckedUpdateOneWithoutTwsCustomMessageNestedInput;
}