Matrix::Architect::ConnectionImpl
Inherits Matrix::Architect::Connection / Reference / Object
Constants
Log = Matrix::Architect::Log.for(self)
Constructors
new(hs_url : String, access_token : String)
SourceInstance methods
create_filter(filter) : String
Sourceedit_message(room_id : String, event_id : String, message : String, html : String | Nil = nil) : Nil
Sourceget(route, **options) : JSON::Any
Sourcejoin(room_id)
Sourcepost(route, data = nil, **options) : JSON::Any
Sourceput(route, data = nil) : JSON::Any
Sourcesend_message(room_id : String, message : String, html : String | Nil = nil) : String
Sourcesync(channel)
Sourceuser_id
Sourcewhoami
Source