mirror of
https://github.com/lockin-bot/react-telegram.git
synced 2026-06-15 07:09:03 +08:00
- Add comprehensive persistent todo bot example with MobX state management - Implement custom storage layer with FileStorage and MemoryStorage - Add TodoStore with full CRUD operations and persistence - Create unified PersistentTodoBot component with single /start command - Add comprehensive test suite with Vitest BREAKING CHANGE: Simplify MtcuteAdapter API - Remove botToken from config (now passed to start() method) - Constructor accepts either TelegramClient or config object directly - start() method now requires botToken parameter - Update all examples to use the new cleaner API 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>