logs
This commit is contained in:
@@ -245,11 +245,13 @@ class QuixoticApp {
|
||||
|
||||
if (this.tg) {
|
||||
// Send to Telegram chat
|
||||
this.tg.sendData(JSON.stringify({
|
||||
const payload = {
|
||||
action: 'send_audio',
|
||||
audioUrl: data.audioUrl,
|
||||
title: title
|
||||
}));
|
||||
};
|
||||
console.log('📤 Sending data to Telegram:', payload);
|
||||
this.tg.sendData(JSON.stringify(payload));
|
||||
this.showMessage('✓ MP3 готов! Отправляем в чат...', 'success');
|
||||
} else {
|
||||
// For testing in browser - download file
|
||||
|
||||
Reference in New Issue
Block a user