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