- Inserire l'immagine degli annunci sul bot Telegram

This commit is contained in:
Surya Paolo
2024-09-29 16:58:14 +02:00
parent ce51c87365
commit 5cca1ed2fa
7 changed files with 1130 additions and 148 deletions

View File

@@ -454,7 +454,7 @@ module.exports = {
text = tools.getContentNotifByParams(params, mycontent, shared_consts.TypeSend.TELEGRAM);
if (telegid > 0) {
risult = await telegrambot.local_sendMsgTelegramByIdTelegram(idapp, telegid, text);
risult = await telegrambot.local_sendMsgTelegramByIdTelegram(idapp, telegid, text, undefined, undefined, undefined, undefined, params.img);
await tools.snooze(25);
textsent = risult.text;