Lines Matching defs:userId
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…
814 public function setAccountData(string $userId, string $type, array $accountData) {
830 …public function setRoomAccountData(string $userId, string $roomId, string $type, array $accountDat…
871 public function getFilter(string $userId, string $filterId) {
885 public function createFilter(string $userId, array $filterParams) {
1004 public function getDisplayName(string $userId): ?string {
1018 public function setDisplayName(string $userId, string $displayName) {
1032 public function getAvatarUrl(string $userId): ?string {
1046 public function setAvatarUrl(string $userId, string $avatarUrl) {