Extend the ext.Context to store the ID of the bot that received this update.
This then allows for using the bot's ID in the conversation handler key strategy.
Impact
Are your changes backwards compatible? No - changed the NewContext method definition
Have you included documentation, or updated existing documentation? Y
Do errors and log messages provide enough context? Y
What
Extend the ext.Context to store the ID of the bot that received this update. This then allows for using the bot's ID in the conversation handler key strategy.
Impact