module

Caridina::Modules::Typing

Instance methods

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

Sends a typing notification

Matrix API

Source
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.

Source