Searched refs:thumbInfo (Results 1 – 2 of 2) sorted by relevance
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | Room.php | 268 * @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);
|
| D | MatrixHttpApi.php | 403 * @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;
|