atp = $parent; $this->convo = new Chat\ConvoRequestClient($this); $this->actor = new Chat\ActorRequestClient($this); } protected function getDomainName(): string { return 'chat'; } protected function getRootClientClass(): string { return AtpClient::class; } public function root(): AtpClient { return $this->atp; } }