windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
267 stars 119 forks source link

is forwardMessage supported? #101

Closed lelesrc closed 4 years ago

lelesrc commented 4 years ago

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!

windkh commented 4 years ago

Hi @youleaf there is no special reason why this is not supported by now. I will try to add this feature with one of the next releases.

windkh commented 4 years ago

Version 7.1.2 contains the feature