Type Alias TTSCustomMessageUpdateWithoutWebhookInput

TTSCustomMessageUpdateWithoutWebhookInput: {
    buttons?: TTSMessageButtonUpdateManyWithoutTtsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: TTSMessageEmbedUpdateOneWithoutTtsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    tiktokStreamer?: TiktokStreamerUpdateOneWithoutCustomMessagesNestedInput;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
}