struct Discord::EmbedFooter

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(text : 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 proxy_icon_url : String? #

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

[View source]
def text : String? #

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

[View source]