Bot Telegram structure template for development
To develop a telegram bot using this template, you need to:
The main folders for development are the modules folder and the filters folder
In the modules folder, you create a class with the filename also for the filters folder
To develop modules, there is a ready-made class from which you need to inherit For understanding, there is already a ready-made example of using this class in the modules folder
To work with files from a folder with filters, see also the example in a one-dimensional folder
All development is carried out using the aiogram library