Release 1.0.2
v1.0.2 - Stable Release: Audio Fix & Enhanced Location
Questa versione consolida il componente rendendolo pienamente stabile. Risolve i problemi di invio file audio e migliora la gestione della condivisione posizione.
🐛 Bug Fixes & Miglioramenti
Fix Audio/Voice (send_audio error): Risolto l'errore Action telegram_bot.send_audio not found.
Il componente ora mappa correttamente le chiavi audio e voice verso il servizio nativo send_voice.
I file .mp3 o note vocali vengono ora inviati correttamente come messaggi vocali riproducibili.
Gestione Posizione (Location) + Testo:
Telegram non supporta nativamente le didascalie (caption) per le posizioni geografiche.
Il componente ora aggira questa limitazione: se si invia una location insieme a un message, lo script invia automaticamente prima la mappa e subito dopo il messaggio di testo.
Code Cleanup: Rimossi fronzoli sperimentali. Questa versione è definita come Baseline Stabile per l'uso in produzione.
Trovate tutti gli esempi nel Redime MD
v1.0.2 - Stable Release: Audio Fix & Enhanced Location
This release consolidates the component, making it fully stable. It resolves issues with sending audio files and improves location sharing.
🐛 Bug Fixes & Improvements
Audio/Voice Fix (send_audio error): Fixed the Action telegram_bot.send_audio not found error.
The component now correctly maps audio and voice keys to the native send_voice service.
.mp3 files or voice notes are now correctly sent as playable voice messages.
Location + Text Management:
Telegram does not natively support captions for geographic locations.
The component now circumvents this limitation: if you send a location along with a message, the script automatically sends the map first, followed by the text message.
Code Cleanup: Experimental frills removed. This release is designated as a Stable Baseline for production use.
Find all the examples in the Redime MD