Searched refs:sendMessageEvent (Results  1 – 2 of 2) sorted by relevance
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ | 
| D | MatrixHttpApi.php | 321     public function sendMessageEvent(string $roomId, string $eventType, array $content,  function in MatrixPhp\\MatrixHttpApi391         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);
 
 | 
| D | Room.php | 153         return $this->api()->sendMessageEvent($this->roomId, 'm.room.message', $content);
 |