Skip to content

Releases: windkh/node-red-contrib-telegrambot

V9.6.1

24 Jul 13:37
Compare
Choose a tag to compare

fixed #192

V10.0.0

24 Jul 14:07
Compare
Choose a tag to compare
V10.0.0 Pre-release
Pre-release

upgraded to node-telegram-bot-api 0.54.0
#190

V9.6.0

21 Jul 21:28
Compare
Choose a tag to compare

added language support for commands that are automatically registered at the telegram server: you can define the same command for different languages.

V9.5.0

04 Jul 20:12
Compare
Choose a tag to compare

added new feature: commands can be registered automatically (see setMyCommands and /setcommands)
#187

V9.4.3

24 May 10:16
Compare
Choose a tag to compare

V9.4.2

13 May 20:13
Compare
Choose a tag to compare

Workaround for editMessageMedia added: local file support did not work due to bug in yagop/node-telegram-bot-api#876.

V9.4.1

06 May 18:34
Compare
Choose a tag to compare

added editMessageMedia

V9.4.0

02 May 15:10
Compare
Choose a tag to compare

fixed 9.3.1: event node now takes chat id from message property

V9.3.0

02 May 10:16
Compare
Choose a tag to compare

Fixed event node and sender node for events that do not have a chatid. e.g. inline_query in channels....

V9.3.1

02 May 10:26
Compare
Choose a tag to compare
V9.3.1 Pre-release
Pre-release

V9.3.0 with lint fixes