abstract class Caridina::Events::RoomEvent

Overview

Represents a room event.

Matrix API

Direct Known Subclasses

Defined in:

caridina/events/room_events.cr

Constructors

Instance Method Summary

Instance methods inherited from class Caridina::Events::Event

type : String type

Constructor methods inherited from class Caridina::Events::Event

new(pull : JSON::PullParser) new

Constructor Detail

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

Represents a room event.

Matrix API


[View source]

Instance Method Detail

def event_id : String #

[View source]
def origin_server_ts : UInt64 #

[View source]
def room_id : String | Nil #

[View source]
def room_id=(room_id : String | Nil) #

[View source]
def sender : String #

[View source]