Overview of TelegramBotAPI libraries
masterThe TelegramBotAPI ecosystem is split into several modules to allow for granular dependency management:
- TelegramBotAPI Core: The fundamental library components.
- TelegramBotAPI API: Extensions for interacting with the API.
- TelegramBotAPI Utils: Utility functions and helpers.
- TelegramBotAPI Behaviour Builder: A framework for building bot behaviors.
- TelegramBotAPI Behaviour Builder FSM: Finite State Machine (FSM) support for the Behaviour Builder.