DisBot
    Preparing search index...

    Type Alias MessageTemplatesCreateWithoutGuildsInput

    type MessageTemplatesCreateWithoutGuildsInput = {
        Content?: string | null;
        EmbedJSON?: string | null;
        Name: string;
        OtherEmbeds?: MessageTemplatesCreateOtherEmbedsInput | string[];
    }
    Index

    Properties

    Content?: string | null
    EmbedJSON?: string | null
    Name: string