Official Patches¶
This page lists patches officially maintained for TG-FileStream.
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
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.