Change node / Telegram message

Have you got the telegram bot set up yet?

When you have, send some test messages to get the feel for it.

Assuming you have those things working, all you need to do is to combine the payload into a string. I'd probably use JSONata for that since all you would need is "The value is: " & payload (actually you may need to wrap the payload in a function to turn it into a string, I can't quite remember.