Telethon Development Patterns
Production patterns and gotchas for the Telethon Telegram MTProto client library.
When to Use
- Debugging
FloodWaitError, account bans, or flood wait cycling - Mocking Telethon clients for unit/integration tests
- Storing Telethon data in a database (boolean normalization, serialization)
- Resolving/normalizing chat IDs before DB storage
- Handling new or version-specific Telethon types
When NOT to Use
- Bot API (
python-telegram-bot) — different libra
[Description truncada. Veja o README completo no GitHub.]