class

Matrix::Architect::ConnectionImpl

Inherits Matrix::Architect::Connection / Reference / Object

Constants

Log = Matrix::Architect::Log.for(self)

Constructors

new(hs_url : String, access_token : String)
Source

Instance methods

create_filter(filter) : String
Source
edit_message(room_id : String, event_id : String, message : String, html : String | Nil = nil) : Nil
Source
get(route, **options) : JSON::Any
Source
join(room_id)
Source
post(route, data = nil, **options) : JSON::Any
Source
put(route, data = nil) : JSON::Any
Source
send_message(room_id : String, message : String, html : String | Nil = nil) : String
Source
sync(channel)
Source
user_id
Source
whoami
Source