Home
last modified time | relevance | path

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

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