Lines Matching defs:roomId
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,…
517 public function getRoomName(string $roomId) {
530 public function setRoomName(string $roomId, string $name, int $timestamp = null) {
544 public function getRoomTopic(string $roomId) {
557 public function setRoomTopic(string $roomId, string $topic, int $timestamp = null) {
573 public function getPowerLevels(string $roomId) {
610 public function setPowerLevels(string $roomId, array $content) {
629 public function leaveRoom(string $roomId) {
642 public function forgetRoom(string $roomId) {
656 public function inviteUser(string $roomId, string $userId) {
671 public function kickUser(string $roomId, string $userId, string $reason = '') {
685 public function getMembership(string $roomId, string $userId) {
703 …public function setMembership(string $roomId, string $userId, string $membership, string $reason =…
729 public function banUser(string $roomId, string $userId, string $reason = '') {
748 public function unbanUser(string $roomId, string $userId) {
764 public function getUserTags(string $userId, string $roomId) {
779 public function removeUserTag(string $userId, string $roomId, string $tag) {
796 …public function addUserTag(string $userId, string $roomId, string $tag, ?float $order = null, arra…
830 …public function setRoomAccountData(string $userId, string $roomId, string $type, array $accountDat…
848 public function getRoomState(string $roomId) {
1175 public function setRoomAlias(string $roomId, string $roomAlias) {
1203 public function getRoomMembers(string $roomId) {
1215 public function setJoinRule(string $roomId, string $joinRule) {
1229 public function setGuestAccess(string $roomId, string $guestAccess) {