struct Discord::EmbedVideo

Included Modules

Defined in:

discordcr/mappings/channel.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def height : UInt32 #

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

[View source]
def url : String #

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

[View source]
def width : UInt32 #

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

[View source]