Type alias EmbedField

EmbedField: {
    inline?: boolean;
    name: string;
    value: string;
}

Type declaration

  • Optional inline?: boolean

    Whether or not this field should display inline.

  • name: string

    The name of the field.

  • value: string

    The value of the field.

Generated using TypeDoc