# Core Components ```{toctree} :maxdepth: 2 :caption: Core Components bot dispatcher router ``` The core components of Gpgram are: - [Bot](bot.md) - The main interface to the Telegram Bot API - [Dispatcher](dispatcher.md) - Manages the routing of updates to the appropriate handlers - [Router](router.md) - Organizes handlers for different types of updates