Searched refs:sendLocation (Results 1 – 2 of 2) sorted by relevance
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | Room.php | 275 …public function sendLocation(string $geoUri, string $name, ?array $thumbInfo, ?string $thumbUrl = … function in MatrixPhp\\Room 276 return $this->api()->sendLocation($this->roomId, $geoUri, $name, $thumbUrl, $thumbInfo);
|
| D | MatrixHttpApi.php | 410 …public function sendLocation(string $roomId, string $geoUri, string $name, string $thumbUrl = null, function in MatrixPhp\\MatrixHttpApi
|