struct Discord::EmbedAuthor

Included Modules

Defined in:

discordcr/mappings/channel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String? = nil, url : String? = nil, icon_url : String? = nil) #

[View source]

Instance Method Detail

def icon_url : String? #

[View source]
def icon_url=(icon_url : String?) #

[View source]
def name : String? #

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

[View source]
def proxy_icon_url : String? #

[View source]
def proxy_icon_url=(proxy_icon_url : String?) #

[View source]
def url : String? #

[View source]
def url=(url : String?) #

[View source]