DisBot
    Preparing search index...

    Type Alias MessageTemplatesUncheckedUpdateWithoutGuildsInput

    type MessageTemplatesUncheckedUpdateWithoutGuildsInput = {
        ComponentJSON?: NullableStringFieldUpdateOperationsInput | string | null;
        Content?: NullableStringFieldUpdateOperationsInput | string | null;
        EmbedJSON?: NullableStringFieldUpdateOperationsInput | string | null;
        Id?: IntFieldUpdateOperationsInput | number;
        IsComponentsV2Message?: BoolFieldUpdateOperationsInput | boolean;
        Name?: StringFieldUpdateOperationsInput | string;
        OtherEmbeds?: MessageTemplatesUpdateOtherEmbedsInput | string[];
    }
    Index

    Properties

    ComponentJSON?: NullableStringFieldUpdateOperationsInput | string | null
    EmbedJSON?: NullableStringFieldUpdateOperationsInput | string | null
    IsComponentsV2Message?: BoolFieldUpdateOperationsInput | boolean