struct Discord::EmbedField

Included Modules

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(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def inline : Bool #

[View source]
def inline=(inline : Bool) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]