Searched defs:roomId (Results 1 – 8 of 8) sorted by relevance
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | MatrixHttpApi.php | 281 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 …]
|
| D | Util.php | 15 public static function checkRoomId(string $roomId) {
|
| D | Room.php | 22 protected $roomId; variable in MatrixPhp\\Room 41 public function __construct(MatrixClient $client, string $roomId) {
|
| D | MatrixClient.php | 460 private function mkRoom(string $roomId): Room {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/ |
| D | HangoutsChatInfo.php | 26 public $roomId; variable in Google\\Service\\Vault\\HangoutsChatInfo 31 public function setRoomId($roomId)
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/ |
| D | UserTest.php | 15 protected $roomId = '!test:localhost'; variable in MatrixPhp\\Tests\\UserTest
|
| D | MatrixHttpApiTest.php | 15 protected $roomId = '#foo:matrix.org'; variable in MatrixPhp\\Tests\\MatrixHttpApiTest
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_GamesService.php | 334 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) {
|