View Source
Nostrum.Struct.Embed.Field
(Nostrum v0.8.0)
Struct representing a Discord embed field.
Whether the field should display as inline
Whether the field should display as inline
@type t() :: %Nostrum.Struct.Embed.Field{
inline: inline(),
name: name(),
value: value()
}