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