Home
last modified time | relevance | path

Searched refs:getPowerLevels (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php694 $content = $this->api()->getPowerLevels($this->roomId);
744 $content = $this->api()->getPowerLevels($this->roomId);
DMatrixHttpApi.php573 public function getPowerLevels(string $roomId) { function in MatrixPhp\\MatrixHttpApi