interface MatrixRoomData {
    extras: Record<string, unknown>;
    name?: string;
    topic?: string;
}

Properties

Properties

extras: Record<string, unknown>
name?: string
topic?: string

Generated using TypeDoc