windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
263 stars 117 forks source link

deletion of the whole msg content #141

Closed WollexD closed 3 years ago

WollexD commented 3 years ago

https://github.com/windkh/node-red-contrib-telegrambot/blob/5b2d043144e8525efd360e3689fc309a8fab3e09/telegrambot/99-telegrambot.js#L1778

Hello everyone, is there a special reason why the entire content of msg is overwritten in this program line? Thereby, it is unfortunately not possible to pass values ​​through this node.

For example a set: msg.test = 1 is no longer available after the reply node.

Can you please make that possible. thank you

windkh commented 3 years ago

I will clone the message for you, should not be a big thing....

windkh commented 3 years ago

version 8.8.0 fixes that

WollexD commented 3 years ago

Hello Karl, do you know until when it will be updated on the Node-Red site? https://flows.nodered.org/node/node-red-contrib-telegrambot Thank You