module Caridina::Modules::Typing

Direct including types

Defined in:

caridina/modules/typing.cr

Instance Method Summary

Instance Method Detail

def send_typing(room_id : String, timeout = 3000, typing = true) : Nil #

Sends a typing notification

Matrix API


[View source]
def typing(room_id : String, &) #

Keeps sending a typing notification while the block runs.

The notification is sent every 30 seconds. Once the block ends, it sends a last call to stop the notification typing.


[View source]