Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php229 return $this->api()->sendContent($this->roomId, $url, $name, 'm.file', $fileinfo);
259 return $this->api()->sendContent($this->roomId, $url, $name, 'm.image', $fileinfo);
292 return $this->api()->sendContent($this->roomId, $url, $name, 'm.video', $videoinfo);
308 return $this->api()->sendContent($this->roomId, $url, $name, 'm.audio', $audioinfo);
DMatrixHttpApi.php382 public function sendContent(string $roomId, string $itemUrl, string $itemName, string $msgType, function in MatrixPhp\\MatrixHttpApi