From f3f846be62f3715ad2a716043c8e92806c2472fa Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 28 Mar 2021 19:14:56 -0300 Subject: Add read-markers api support --- docs/Matrix/Client/Room.rakudoc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/Matrix/Client/Room.rakudoc') diff --git a/docs/Matrix/Client/Room.rakudoc b/docs/Matrix/Client/Room.rakudoc index f186583..7d4cdff 100644 --- a/docs/Matrix/Client/Room.rakudoc +++ b/docs/Matrix/Client/Room.rakudoc @@ -128,6 +128,16 @@ server. It will return the C for this state change. +=head2 read-marker + + method read-marker(Str:D $fully-read, Str $read?) + +Sets the position of the read marker for this room, and optionally the +read receipt's location. + +The C<$fully-read> and C<$read> parameters are event ids where the +markers will be placed. + =head2 invite method invite(Str $user-id) -- cgit v1.2.3-54-g00ecf