Home
last modified time | relevance | path

Searched defs:roomId (Results 1 – 8 of 8) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php281 public function sendStateEvent(string $roomId, string $eventType, array $content,
304 public function getStateEvent(string $roomId, string $eventType) {
321 public function sendMessageEvent(string $roomId, string $eventType, array $content,
348 public function redactEvent(string $roomId, string $eventId, ?string $reason = null,
382 public function sendContent(string $roomId, string $itemUrl, string $itemName, string $msgType,
410 …public function sendLocation(string $roomId, string $geoUri, string $name, string $thumbUrl = null,
439 …public function sendMessage(string $roomId, string $textContent, string $msgType = 'm.text', int $…
456 public function sendEmote(string $roomId, string $textContent, int $timestamp = null) {
473 public function sendNotice(string $roomId, string $textContent, int $timestamp = null) {
493 …public function getRoomMessages(string $roomId, string $token, string $direction, int $limit = 10,…
[all …]
DUtil.php15 public static function checkRoomId(string $roomId) {
DRoom.php22 protected $roomId; variable in MatrixPhp\\Room
41 public function __construct(MatrixClient $client, string $roomId) {
DMatrixClient.php460 private function mkRoom(string $roomId): Room {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
DHangoutsChatInfo.php26 public $roomId; variable in Google\\Service\\Vault\\HangoutsChatInfo
31 public function setRoomId($roomId)
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/
DUserTest.php15 protected $roomId = '!test:localhost'; variable in MatrixPhp\\Tests\\UserTest
DMatrixHttpApiTest.php15 protected $roomId = '#foo:matrix.org'; variable in MatrixPhp\\Tests\\MatrixHttpApiTest
/plugin/authgoogle/google/contrib/
DGoogle_GamesService.php334 public function decline($roomId, $optParams = array()) {
351 public function dismiss($roomId, $optParams = array()) {
366 public function get($roomId, $optParams = array()) {
385 public function join($roomId, Google_RoomJoinRequest $postBody, $optParams = array()) {
404 public function leave($roomId, Google_RoomLeaveRequest $postBody, $optParams = array()) {
443 public function reportStatus($roomId, Google_RoomP2PStatuses $postBody, $optParams = array()) {
1892 public $roomId; variable in Google_Room
1945 public function setRoomId( $roomId) {
2403 public $roomId; variable in Google_RoomStatus
2425 public function setRoomId( $roomId) {