struct Discord::EmbedImage

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(url : String) #

[View source]

Instance Method Detail

def height : UInt32? #

[View source]
def height=(height : UInt32?) #

[View source]
def proxy_url : String? #

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

[View source]
def url : String #

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

[View source]
def width : UInt32? #

[View source]
def width=(width : UInt32?) #

[View source]