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