diff options
author | Matias Linares <matiaslina@gmail.com> | 2021-03-28 19:14:56 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2021-03-28 19:17:30 -0300 |
commit | f3f846be62f3715ad2a716043c8e92806c2472fa (patch) | |
tree | 20761f1c0db6cf6b05c9944ec239f3f8711e831d /docs/Matrix | |
parent | f6397392c4fc88d1e9335bbbc4f91d8cb2f29368 (diff) | |
download | perl6-matrix-client-f3f846be62f3715ad2a716043c8e92806c2472fa.tar.gz |
Add read-markers api support
Diffstat (limited to 'docs/Matrix')
-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) |