| get_messages | R Documentation |
Retrieve messages using the Matrix-Client-Server API.
get_messages(room_id, from, dir = "b", to = NULL)
room_id |
The room whose messages will be received. |
from |
The start token within the history. |
dir |
Direction to receive messages in. "b" for backwards in time, "f" for forwards in time. |
to |
The end token to stop receiving messages at. |
A list object from the Matrix API.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.