Searched refs:msgType (Results 1 – 2 of 2) sorted by relevance
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | MatrixHttpApi.php | 374 * @param string $msgType 382 public function sendContent(string $roomId, string $itemUrl, string $itemName, string $msgType, argument 386 "msgtype" => $msgType, 432 * @param string $msgType 439 …public function sendMessage(string $roomId, string $textContent, string $msgType = 'm.text', int $… argument 440 $textBody = $this->getTextBody($textContent, $msgType); 852 public function getTextBody(string $textContent, string $msgType = 'm.text'): array { argument 854 'msgtype' => $msgType,
|
| D | Room.php | 130 public function getHtmlContent(string $html, ?string $body = null, string $msgType = 'm.text') { argument 133 'msgtype' => $msgType, 144 * @param string $msgType 150 public function sendHtml(string $html, ?string $body = null, string $msgType = 'm.text') { argument 151 $content = $this->getHtmlContent($html, $body, $msgType);
|