diff options
Diffstat (limited to 'docs/Matrix/Client/Room.rakudoc')
-rw-r--r-- | docs/Matrix/Client/Room.rakudoc | 10 |
1 files changed, 10 insertions, 0 deletions
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<event_id> 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) |