module Caridina::Modules::Typing
Direct including types
Defined in:
Instance Method Summary
-
#send_typing(room_id : String, timeout = 3000, typing = true) : Nil
Sends a typing notification
-
#typing(room_id : String, &)
Keeps sending a typing notification while the block runs.
Instance Method Detail
Sends a typing notification
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.