Type Alias TSCustomMessageUpdateWithoutButtonsInput

TSCustomMessageUpdateWithoutButtonsInput: {
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: TSMessageEmbedUpdateOneWithoutTsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    twitchStreamer?: TwitchStreamerUpdateOneWithoutCustomMessagesNestedInput;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: TSMessageWebhookUpdateOneWithoutTsCustomMessageNestedInput;
}