Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
Caridina::ConnectionInterface::ExecError