| mx_read_receipt | R Documentation |
Public receipt (m.read) advances the "seen" marker in other
clients; private receipt (m.read.private) only advances the
bot's own view. Defaults to public so user clients show
"seen by @bot".
mx_read_receipt(
session,
room_id,
event_id,
receipt_type = c("m.read", "m.read.private")
)
session |
An "mx_session" object. |
room_id |
Character. The room ID. |
event_id |
Character. The event to mark as read. |
receipt_type |
Character. "m.read" (default) or "m.read.private". |
Invisible NULL.
## Not run:
mx_read_receipt(s, "!abc:matrix.example", "$eventid")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.