In einer der Chats soll er ganz normal posten und in dem anderen mit Markdown formatierte Nachrichten umsetzen.
Unter OH2.5 habe ich das in einem Config File hinterlegt.
Code: Alles auswählen
bots=bot1,bot2
bot1.chatId=123
bot1.token=12345678:abcdefgh
bot1.parseMode=Markdown
bot2.chatId=-456
bot2.token=12345678:abcdefgh
bot2.parseMode=None
Code: Alles auswählen
Telegram exception: GetUpdates failed with error_code 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
Code: Alles auswählen
Failed to send telegram message: Bad Request: chat not found
Bleibt nur noch das partielle Markdown Problem. Ideen?
(*) Highlander
