Field
data class Field(val name: String, val value: String, val inline: OptionalBoolean = OptionalBoolean.Missing)(source)
A representation of a Discord Embed Field structure.
Parameters
name
The name of the field.
value
The value of the field.
inline
Whether or not this field should display inline.