public function __construct($message, $from, $to, array $config = []) { parent::__construct($message, $config); $this->from = $from; $this->to = $to; }
public function __construct($message, $user, $channel, array $config = []) { parent::__construct($message, $config); $this->user = $user; $this->channel = $channel; }