UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 316 B
import { Room, RoomMember } from "matrix-js-sdk/src/matrix"; /** * Returns all room members that are non-functional (all actual room members). * * A functional user is a user that is not a real user, but a bot, assistant, etc. */ export declare const getJoinedNonFunctionalMembers: (room: Room) => RoomMember[];