module

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
Source
get(route, **options) : JSON::Any
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

Nested types