Searched refs:removeUserTag (Results 1 – 2 of 2) sorted by relevance
186 return $this->api()->removeUserTag($this->client->userId(), $this->roomId, $tag);
779 public function removeUserTag(string $userId, string $roomId, string $tag) { function in MatrixPhp\\MatrixHttpApi