DisBot
    Preparing search index...

    Type Alias MessageTemplatesCreateInput

    type MessageTemplatesCreateInput = {
        ComponentJSON?: string | null;
        Content?: string | null;
        EmbedJSON?: string | null;
        Guilds: GuildsCreateNestedOneWithoutMessageTemplatesInput;
        IsComponentsV2Message?: boolean;
        Name: string;
        OtherEmbeds?: MessageTemplatesCreateOtherEmbedsInput | string[];
    }
    Index

    Properties

    ComponentJSON?: string | null
    Content?: string | null
    EmbedJSON?: string | null
    IsComponentsV2Message?: boolean
    Name: string