Main Module (main.py)
- async main.error_handler(update, context)[исходный код]
Global error handler for the Telegram bot application.
Logs the error and attempts to send a user-friendly message to the chat where the error occurred.
- main.main()[исходный код]
Main entry point that creates and runs the event loop.
- async main.main_async()[исходный код]
Main async entry point for the Telegram bot application.