| mx_room_topic | R Documentation |
Reads the m.room.topic state event. Returns NULL if the room
has no topic set or the state event is inaccessible.
mx_room_topic(session, room_id)
session |
An "mx_session" object. |
room_id |
Character. The room ID. |
Character scalar or NULL.
## Not run:
mx_room_topic(s, "!abc:matrix.example")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.