Type Alias TTSCustomMessageUpdateWithoutEmbedInput

TTSCustomMessageUpdateWithoutEmbedInput: {
    buttons?: TTSMessageButtonUpdateManyWithoutTtsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    tiktokStreamer?: TiktokStreamerUpdateOneWithoutCustomMessagesNestedInput;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: TTSMessageWebhookUpdateOneWithoutTtsCustomMessageNestedInput;
}