https://github.com/botman/driver-facebook/blob/a02096c5b9dafddc3353e8c5eff060fcb004985f/src/FacebookDriver.php#L366 You are using array_merge_recursive, so any existing parameters in `$parameters` will be added to the array. If I need change `messaging_type`, I can`t do it, because new param will be added and not overwrite
driver-facebook/src/FacebookDriver.php
Line 366 in a02096c
You are using array_merge_recursive, so any existing parameters in
$parameterswill be added to the array.If I need change
messaging_type, I can`t do it, because new param will be added and not overwrite