DisBot
    Preparing search index...

    Type Alias MessageTemplatesUncheckedCreateInput

    type MessageTemplatesUncheckedCreateInput = {
        Content?: string | null;
        EmbedJSON?: string | null;
        GuildId: string;
        Id?: number;
        Name: string;
        OtherEmbeds?: MessageTemplatesCreateOtherEmbedsInput | string[];
    }
    Index

    Properties

    Content?: string | null
    EmbedJSON?: string | null
    GuildId: string
    Id?: number
    Name: string