Discord.https - v3.0.16
    Preparing search index...

    Interface APIEmbedField

    interface APIEmbedField {
        inline?: boolean;
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    inline?: boolean

    Whether or not this field should display inline

    name: string

    Name of the field

    Length limit: 256 characters

    value: string

    Value of the field

    Length limit: 1024 characters