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

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