- Inserire l'immagine degli annunci sul bot Telegram
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user