Searched refs:sendNotice (Results 1 – 2 of 2) sorted by relevance
241 public function sendNotice(string $text) { function in MatrixPhp\\Room242 return $this->api()->sendNotice($this->roomId, $text);
473 public function sendNotice(string $roomId, string $textContent, int $timestamp = null) { function in MatrixPhp\\MatrixHttpApi