module Caridina::ConnectionInterface

Overview

Interface that represents a Matrix connection.

Direct including types

Defined in:

Instance Method Summary

Instance Method Detail

abstract def edit_message(room_id : String, event_id : String, message : String, html : String? = nil) : Nil #

abstract def send_message(room_id : String, message : String, html : String? = nil) : String #