Results 74 comments of Guidone

Do you see anything in the system console? I'm running in Mac so I cannot try with a similar file path, have you tried removing the double backslash? As last...

These are warnings from the dependency packages, does it work?

I've tried HA just once, then thrown away, I don't like it. HA is is running Node-RED inside a docker container, when installing a npm package the install process is...

I'll add to the roadmap

Hi Nayar, in few days I'm going to release an improved version of these nodes (maybe can you export just these nodes and send to me in order to quickly...

@Nayar does the new released solve the problem?

I recently added the [params node](https://github.com/guidone/node-red-contrib-chatbot/wiki/Params-node) which allows to set the parse mode (for telegram) for every type of messages

yes just chain them receiver -> photo block -> text block -> sender block https://github.com/guidone/node-red-contrib-chatbot/wiki/Changes-0.19.0

Ok, I think it's technically possible https://core.telegram.org/bots/api#sendphoto Telegram allows to add buttons to every type of message, the problem is that other platforms don't, so I have to come up...