module Caridina::ConnectionInterface
Overview
Interface that represents a Matrix connection.
Direct including types
Defined in:
Instance Method Summary
- #edit_message(room_id : String, event_id : String, message : String, html : String? = nil) : Nil
- #send_message(room_id : String, message : String, html : String? = nil) : String
Instance Method Detail
abstract
def edit_message(room_id : String, event_id : String, message : String, html : String? = nil) : Nil
#