Elixir v0.2.0 Nostrum.Struct.Embed.Field

Struct representing a Discord embed field.

Summary

Types

Whether the field should display as inline

Name of the field

t()

Value of the field

Types

inline()
inline() :: boolean

Whether the field should display as inline

name()
name() :: String.t

Name of the field

t()
t() :: %Nostrum.Struct.Embed.Field{inline: inline, name: name, value: value}
value()
value() :: String.t

Value of the field

Functions

to_struct(map)