Searched refs:setRoomTopic (Results 1 – 2 of 2) sorted by relevance
579 public function setRoomTopic(string $topic) { function in MatrixPhp\\Room581 $this->api()->setRoomTopic($this->roomId, $topic);
557 public function setRoomTopic(string $roomId, string $topic, int $timestamp = null) { function in MatrixPhp\\MatrixHttpApi