Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php241 public function sendNotice(string $text) { function in MatrixPhp\\Room
242 return $this->api()->sendNotice($this->roomId, $text);
DMatrixHttpApi.php473 public function sendNotice(string $roomId, string $textContent, int $timestamp = null) { function in MatrixPhp\\MatrixHttpApi