mx_room_members: List the members of a room

View source: R/rooms.R

mx_room_membersR Documentation

List the members of a room

Description

List the members of a room

Usage

mx_room_members(session, room_id)

Arguments

session

An "mx_session" object.

room_id

Character. The room ID.

Value

Character vector of Matrix user IDs currently joined.

Examples

## Not run: 
mx_room_members(s, "!abc:matrix.example")

## End(Not run)

mx.api documentation built on Sept. 12, 2026, 1:07 a.m.