This PR adds support for passing custom data to ProcessUpdate and NewContext. This makes it possible to generate updates with custom data programatically, and have those updates processed by the bot like any regular update would be
Impact
Are your changes backwards compatible? No - very small changes which should be easily adaptable. (simply add a nil parameter)
Have you included documentation, or updated existing documentation? Yes.
Do errors and log messages provide enough context? N/A
What
This PR adds support for passing custom data to ProcessUpdate and NewContext. This makes it possible to generate updates with custom data programatically, and have those updates processed by the bot like any regular update would be
Impact