module

Caridina::ConnectionInterface

Interface that represents a Matrix connection.

Instance methods

edit_message(room_id : String, event_id : String, message : String, html : String | Nil = nil) : Nil
Source
send_message(room_id : String, message : String, html : String | Nil = nil) : String
Source

Nested types