Searched refs:redactEvent (Results 1 – 2 of 2) sorted by relevance
324 return $this->api()->redactEvent($this->roomId, $eventId, $reason);
348 public function redactEvent(string $roomId, string $eventId, ?string $reason = null, function in MatrixPhp\\MatrixHttpApi