Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php321 public function sendMessageEvent(string $roomId, string $eventType, array $content, function in MatrixPhp\\MatrixHttpApi
391 return $this->sendMessageEvent($roomId, 'm.room.message', $contentPack, null, $timestamp);
424 return $this->sendMessageEvent($roomId, 'm.room.message', $contentPack, null, $timestamp);
442 return $this->sendMessageEvent($roomId, 'm.room.message', $textBody, null, $timestamp);
459 return $this->sendMessageEvent($roomId, 'm.room.message', $body, null, $timestamp);
479 return $this->sendMessageEvent($roomId, 'm.room.message', $body, null, $timestamp);
DRoom.php153 return $this->api()->sendMessageEvent($this->roomId, 'm.room.message', $content);