| mx_download | R Documentation |
Download a media file by mxc URI
mx_download(session, mxc_url, dest)
session |
An "mx_session" object. |
mxc_url |
Character. An "mxc://server/id" URI. |
dest |
Character. Destination file path. |
The destination path, invisibly.
## Not run:
mx_download(s, "mxc://matrix.example/abc123", tempfile())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.