windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
256 stars 116 forks source link

Capture reactions #274

Closed FullDad closed 1 year ago

FullDad commented 1 year ago

Hey all! I'm looking for some help. Here is what i'm looking to do:

-When someone reacts with a "wave" emoji to a message i want to capture that and pull the original message's userid and then send a message.

I've tried a lot of connectors and tried for more hours than i care to admit...is this possible? If it isn't possible, what's a good way to get the bot to pull a user id to say kick or ban a user? I want to be able to use send a /kick username to the bot and remove from the channel.

Thanks in advance for your time!

windkh commented 1 year ago

Hm I have to test this on my own first... never tried it before.

windkh commented 1 year ago

HI @FullDad if you directly responded to the original message, then you can use the contents in reply_to_message:

image