struct MatrixOrg::AppService::Event::RoomEvent::Message::Content::Video::Info

Included Modules

Defined in:

app_service/event.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def duration : Int32 #

[View source]
def duration=(duration : Int32) #

[View source]
def h : Int32 #

[View source]
def h=(h : Int32) #

[View source]
def mimetype : String #

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

[View source]
def size : Int32 #

[View source]
def size=(size : Int32) #

[View source]

[View source]

[View source]
def thumbnail_url : String #

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

[View source]
def w : Int32 #

[View source]
def w=(w : Int32) #

[View source]