St0Ma / ioBroker-MessageHandler

Protokollierung von Nachrichten / Ereignissen
MIT License
6 stars 0 forks source link

Telegram chatId ignored #1

Closed OstfrieseUnterwegs closed 4 years ago

OstfrieseUnterwegs commented 4 years ago

In massagehandler.js line 1314 {ChatId: needs to be replaced with {chatId: (lowercase c) Currently it is ignored by the Telegram adapter Direct Link

 if (telegramChatId.length > 0) {
                        sendTo(telegramInstance, {ChatId: telegramChatId, text: telegramMsg, parse_mode: 'Markdown'}   );
                    }
St0Ma commented 4 years ago

Thx for reporting. Fixed in the next Version ;)