corpId = $corpId; $this->chatId = $chatId; $this->memChangeArray = $memChangeArray; $this->changeType = $changeType; $this->updateDetailType = $updateDetailType; $this->joinScene = $joinScene; $this->quitScene = $quitScene; } /** * Get the channels the event should broadcast on. * * @return Channel|array */ public function broadcastOn() { return new PrivateChannel('channel-name'); } }