A comprehensive Telegram bot for Fevyfashionhub fashion school that helps students with inquiries and provides a public chat room for discussions about courses and fees.
TELEGRAM_BOT_TOKENTELEGRAM_ADMIN_IDS (comma-separated user IDs)TELEGRAM_BOT_TOKEN: Your Telegram bot token from BotFatherTELEGRAM_ADMIN_IDS: Comma-separated list of admin user IDs (optional)/start - Welcome message and main menu/courses - View available courses/fees - View fee structure/contact - Contact information/help - Help and support/admin - Admin panel (admin only)├── backend/
│ ├── bot/
│ │ ├── handlers.ts # Bot command handlers
│ │ ├── keyboards.ts # Inline keyboards
│ │ └── messages.ts # Message templates
│ ├── database/
│ │ ├── migrations.ts # Database schema
│ │ └── queries.ts # Database operations
│ └── index.ts # Main bot entry point
├── shared/
│ └── types.ts # Shared TypeScript types
└── README.md
Students can interact with the bot to: