module Matrix::Architect::Connection
Overview
Interafce to represent a Matrix client.
Direct including types
Defined in:
connection.crInstance Method Summary
- #edit_message(room_id : String, event_id : String, message : String, html : String | Nil = nil) : Nil
- #get(route, **options) : JSON::Any
- #post(route, data = nil, **options) : JSON::Any
- #put(route, data = nil) : JSON::Any
- #send_message(room_id : String, message : String, html : String | Nil = nil) : String
Instance Method Detail
abstract
def edit_message(room_id : String, event_id : String, message : String, html : String | Nil = nil) : Nil
#
abstract
def send_message(room_id : String, message : String, html : String | Nil = nil) : String
#