id = $id; $this->text = $text; $this->message = $message ?: new RawMessage( '$1', [ $text ] ); $this->data = $data; } }