public function appendMessage($rawMessage) : void { $this->rawMessage .= $rawMessage; $this->updateRepr(); }