Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php671 $res = $this->api()->getRoomMessages($this->roomId, $this->prevBatch, 'b', $limit);
DMatrixHttpApi.php493 …public function getRoomMessages(string $roomId, string $token, string $direction, int $limit = 10,… function in MatrixPhp\\MatrixHttpApi