windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
259 stars 116 forks source link

Implement start stop feature #228

Closed windkh closed 1 year ago

windkh commented 2 years ago

The telegram bot should be stoppable and re-startable during runtime. This can be useful when reconfiguring the token or when the network gets lost.

--> Nodes must dynamically register at the config node --> reply node must be removed first see https://github.com/windkh/node-red-contrib-telegrambot/issues/227 --> control node needs to be added