I am using the node-red-contrib-telegrambot to send messages and receive answers from my bot, but so far I do not get anything back.
I think I properly set up my bot and I have received my API token
I set up my Bot in the config nodes without any issue, it seems, I see the "connected" status
I send a payload to the node-sender:
{"chatId":1130402123,"type":"message","content":"hello from node-red!"}
(I modified the chatID, but this is my personal user id received from IoTwithus.com bot)
I receive nothing back in telegram, nor I get any output from the node-sender
Thanks Steve. Indeed all examples work. I tested on another of my node-red instances.
I think I had something wrong on my first node-red instance, maybe an old version. I will continue using this one to explore Telegram bot possibilities, as it works like a charm...