I need to send the same message to two users on telegram, is it possible to use multiple chatids in the same payload with node-red-contrib-telegrambot?
I have tried with this function but does not work
If you are using node-red-contrib-telegrambot, you cannot do it that way, you will need to output multiple messages. The underlying library that the node uses doesn't take multiple chatId's.