Closed OstfrieseUnterwegs closed 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'} ); }
Thx for reporting. Fixed in the next Version ;)
In massagehandler.js line 1314 {ChatId: needs to be replaced with {chatId: (lowercase c) Currently it is ignored by the Telegram adapter Direct Link