Matrix::Architect::Connection
Interafce to represent a Matrix client.
Instance methods
edit_message(room_id : String, event_id : String, message : String, html : String | Nil = nil) : Nil
Sourceget(route, **options) : JSON::Any
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
Source