Hi,
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
Any help would be appreciated...
