struct Discord::EmbedField

Defined in:

discordcr/mappings/channel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String, inline : Bool = false) #

[View source]
def self.new(__temp_236 : JSON::PullParser) #

Instance Method Detail

def inline : Bool #

def inline=(_inline : Bool) #

def name : String #

def name=(_name : String) #

def to_json(json : JSON::Builder) #

def value : String #

def value=(_value : String) #