From e57b75a19a8f4a02bf93e99ac9dbf3c06575b219 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 28 Mar 2021 19:51:16 -0300 Subject: Add typing api support --- docs/Matrix/Client/Room.rakudoc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/Matrix/Client/Room.rakudoc') diff --git a/docs/Matrix/Client/Room.rakudoc b/docs/Matrix/Client/Room.rakudoc index 7d4cdff..bd0f6fd 100644 --- a/docs/Matrix/Client/Room.rakudoc +++ b/docs/Matrix/Client/Room.rakudoc @@ -138,6 +138,15 @@ read receipt's location. The C<$fully-read> and C<$read> parameters are event ids where the markers will be placed. +=head2 typing + + method typing(Bool $typing, Str :$user-id!, Int :$timeout) + +Sends a typing event to the server telling that C<$user-id> is typing +or not (depending on C<$typing> argument). + +The C<$timeout> parameter is optional for this endpoint. + =head2 invite method invite(Str $user-id) -- cgit v1.2.3-54-g00ecf