module Caridina::ConnectionInterface

Overview

Interface that represents a Matrix connection.

Direct including types

Defined in:

caridina/connection.cr

Instance Method Summary

Instance Method Detail

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

[View source]
abstract def send_message(room_id : String, message : String, html : String | Nil = nil) : String #

[View source]