Type Alias TSCustomMessageUpdateWithoutEmbedInput

TSCustomMessageUpdateWithoutEmbedInput: {
    buttons?: TSMessageButtonUpdateManyWithoutTsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    twitchStreamer?: TwitchStreamerUpdateOneWithoutCustomMessagesNestedInput;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: TSMessageWebhookUpdateOneWithoutTsCustomMessageNestedInput;
}