Discord::EmbedField
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(name : String, value : String, inline : Bool = false)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
inline
Sourceinline=(inline : Bool)
Sourcename
Sourcename=(name : String)
Sourcevalue
Sourcevalue=(value : String)
Source