UNPKG

matrix-react-sdk

Version:
4 lines (3 loc) 285 B
import { MatrixClient } from "matrix-js-sdk/src/matrix"; export declare function getNameForEventRoom(matrixClient: MatrixClient, userId: string, roomId: string): string; export declare function userLabelForEventRoom(matrixClient: MatrixClient, userId: string, roomId: string): string;