struct MatrixOrg::AppService::Event::RoomEvent::Message::Content::Image::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 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]
def w : Int32 #

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

[View source]