Searched refs:banUser (Results 1 – 2 of 2) sorted by relevance
476 public function banUser(string $userId, string $reason = ''): bool { function in MatrixPhp\\Room478 $this->api()->banUser($this->roomId, $userId, $reason);
729 public function banUser(string $roomId, string $userId, string $reason = '') { function in MatrixPhp\\MatrixHttpApi