Searched defs:msgType (Results 1 – 2 of 2) sorted by relevance
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | Room.php | 130 public function getHtmlContent(string $html, ?string $body = null, string $msgType = 'm.text') { 150 public function sendHtml(string $html, ?string $body = null, string $msgType = 'm.text') {
|
| D | MatrixHttpApi.php | 382 public function sendContent(string $roomId, string $itemUrl, string $itemName, string $msgType, 439 …public function sendMessage(string $roomId, string $textContent, string $msgType = 'm.text', int $… 852 public function getTextBody(string $textContent, string $msgType = 'm.text'): array {
|