Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php443 $response = $this->api->mediaUpload($content, $contentType, $filename);
DMatrixHttpApi.php986 public function mediaUpload($content, string $contentType, string $filename = null) { function in MatrixPhp\\MatrixHttpApi