type = $type; $this->detail_type = $detail_type; $this->impl = $impl; $this->platform = $platform; $this->self_id = $self_id; $this->sub_type = $sub_type; } public static function make( ?string $type = null, ?string $detail_type = null, ?string $impl = null, ?string $platform = null, ?string $self_id = null, ?string $sub_type = null ): BotEvent { return new static(...func_get_args()); } }