Official Patches¶
This page lists patches officially maintained for tgfilestream.
Patches extend functionality without modifying core files.
Available Patches¶
1. Custom Reply Templates¶
Allows overriding default bot reply messages. See: ➡ /customization/customize-replies.md
2. WebPlayer¶
Simple HTML5 Player
3. Translation¶
Translation of Bot Reply text to additional languages
4. MySQL¶
Use MySQL as Database instead of mongodb
How Patches Work¶
Patches are loaded during application startup.
They:
- Hook into lifecycle events
- Override default behavior
- Extend functionality
⚠ Always verify compatibility before upgrading core version.