struct

Discord::EmbedField

Inherits JSON::Serializable / Struct / Value / Object

Constructors

new(name : String, value : String, inline : Bool = false)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

inline
Source
inline=(inline : Bool)
Source
name
Source
name=(name : String)
Source
value
Source
value=(value : String)
Source