Struct representing a Discord embed field.
Whether the field should display as inline
Name of the field
Value of the field
inline() :: boolean
name() :: String.t
t() :: %Nostrum.Struct.Embed.Field{inline: inline, name: name, value: value}
value() :: String.t