Home
last modified time | relevance | path

Searched defs:msgType (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php130 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') {
DMatrixHttpApi.php382 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 {