module Caridina::ConnectionInterface
Overview
Interface that represents a Matrix connection.
Direct including types
Defined in:
caridina/connection.crInstance Method Summary
- #edit_message(room_id : String, event_id : String, message : String, html : String | Nil = nil) : Nil
- #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
#