Releases: windkh/node-red-contrib-telegrambot
Releases · windkh/node-red-contrib-telegrambot
V14.1.0
Added web_app_data support
V14.0.0
Fixed SOCKS support that was broken since version 12.0.0.
Sorry for inconvenience.
Added socks4 supports
V13.2.0
minor improvements for error handling when network is down
V13.1.0
breaking change in anserCallbackQuery: options must be an object now:
move show_alert into an object like
var options = { show_alert : true };
Added check to avoid using the same token twice
V12.0.0
updated socks agent and other dependencies
V11.8.0
Added API V6 feature answerWebAppQuery
V11.7.0
error is created when download dir is missing
createChatInviteLink is supported now
V11.6.0
Feature for downloading files by fileId added
V11.5.0
updated underlying lib to 0.58.0
added timeout of 10s for poll to avoid redeploy timeouts
fixed lost changes from pull-request