windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
268 stars 119 forks source link

API Changes at telegram #336

Closed kolbenhans closed 1 year ago

kolbenhans commented 1 year ago

@windkh Seems like API Changes at telegram 18.09.2023 stopped the functionality of the node red pallet.

windkh commented 1 year ago

? What happened ?

kolbenhans commented 1 year ago

chats are not chats anymore, now you have "supergroup chats" ...whatever that means....

issue in node red: Caught exception in sender node: Error: ETELEGRAM: 400 Bad Request: group chat was upgraded to a supergroup chat when processing message: {"_msgid":"c85e50c3d353a782","payload":{"chatId":-,"type":"message","content":"my text","options":{"chat_id":,"text":"my text"}},"topic":"aaaa","_event":"node:d0039967c9a81489"}

windkh commented 1 year ago

Oups! Was there an official announcement?

kolbenhans commented 1 year ago

got this link this morning (https://core.telegram.org/bots/api) and got the issue above since today.

Also there is the option to activate "Topics" in channels now. (at least i havn't seen that before)

windkh commented 1 year ago

I am working with my old groups without issues. I can not reproduce that problem. Sorry.