Basically I want my bot to forward messages to a chat/group using the telegram bot api forwardMessage method, and I want members of such chat/group to be able to reply to such messages using the "reply" button.
Is this feature supported? node-telegram-bot-api supports the forwardMessage method. Is there a reason this method is not implemented in node-red-telegrambot? Am I missing something?
I want to implement a bot like livegrambot
Basically I want my bot to forward messages to a chat/group using the telegram bot api forwardMessage method, and I want members of such chat/group to be able to reply to such messages using the "reply" button.
I noticed that the command forwardMessage is not in the list of Sender Node supported direct commands described at https://flows.nodered.org/node/node-red-contrib-telegrambot.
Is this feature supported? node-telegram-bot-api supports the forwardMessage method. Is there a reason this method is not implemented in node-red-telegrambot? Am I missing something?
thank you in advance!