make `localID` optional in the `sendReactionMessageRequestInputValidator`. We need to do this because old `native` clients ie. build 172 does not have a localID field and by previously making `localID` requried it would cause the `sendReactionMessageRequestInputValidator` to fail
Depends on D6244