Searched refs:thumbUrl (Results 1 – 2 of 2) sorted by relevance
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | Room.php | 269 * @param string|null $thumbUrl URL to the thumbnail of the location. 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 | 402 * @param string|null $thumbUrl URL to the thumbnail of the location. 410 …public function sendLocation(string $roomId, string $geoUri, string $name, string $thumbUrl = null, argument 417 if ($thumbUrl) { 418 $contentPack['thumbnail_url'] = $thumbUrl;
|