dancing-elf/teamcity-telegram-plugin

No support for new bots in telegram (with Float id values)

Closed this issue · 3 comments

I get error after test connection in TC:
Can't send test message to Telegram:
Expected an int but was 5293000000 at line 1 column 37 path $.result.id

Some months ago telegram migrated from Int to Float values in field 'id'.
Id of new bots more than 2147483647

How to fix it?

There is pr for this: #12
I think I will upload to jb new version on this or next week after some testing.

Should be fixed