UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 239 B
import { Room } from "matrix-js-sdk/src/matrix"; /** * Can a user invite new members to the room * @param room * @returns whether the user can invite new members to the room */ export declare function canInviteTo(room: Room): boolean;