corpId = $corpId; $this->followUserId = $followUserId; $this->externalUserId = $externalUserId; $this->eventType = $eventType; $this->state = $state; } /** * Get the channels the event should broadcast on. * * @return Channel|array */ public function broadcastOn() { return new PrivateChannel('channel-name'); } }