Type Alias TTSCustomMessageUpdateWithoutTiktokStreamerInput

TTSCustomMessageUpdateWithoutTiktokStreamerInput: {
    buttons?: TTSMessageButtonUpdateManyWithoutTtsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: TTSMessageEmbedUpdateOneWithoutTtsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: TTSMessageWebhookUpdateOneWithoutTtsCustomMessageNestedInput;
}