abstract struct MatrixOrg::AppService::Event::RoomEvent::Message::Content

Included Modules

Direct Known Subclasses

Defined in:

app_service/event.cr

Constructors

Instance Method Summary

Macros inherited from module JsonDiscriminatorWithFallback

use_json_discriminator_with_fallback(field, fallback, mapping) use_json_discriminator_with_fallback

Constructor Detail

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

[View source]

Instance Method Detail

def body : String #

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

[View source]
def msgtype : String #

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

[View source]