Bot supervisor that starts the ExGram.Dispatcher and Updates processes.
This supervisor coordinates the lifecycle of a bot's core components: the dispatcher (which handles incoming updates) and the updates worker (which fetches or receives updates from Telegram via polling, webhooks, or test mode).
See the Polling and Webhooks guide for more details about different updates methods and the testing guide for using the test updates worker in your tests.