Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php268 * @param array $thumbInfo Metadata about the thumbnail, type ImageInfo.
275 …public function sendLocation(string $geoUri, string $name, ?array $thumbInfo, ?string $thumbUrl = … argument
276 return $this->api()->sendLocation($this->roomId, $geoUri, $name, $thumbUrl, $thumbInfo);
DMatrixHttpApi.php403 * @param array|null $thumbInfo Metadata about the thumbnail, type ImageInfo.
411 array $thumbInfo = null, int $timestamp = null) { argument
420 if ($thumbInfo) {
421 $contentPack['thumbnail_info'] = $thumbInfo;