windkh / node-red-contrib-telegrambot

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

Timeout on Callback query? #310

Closed K-RAD closed 10 months ago

K-RAD commented 1 year ago

I've been trying to find an answer to this to no avail. Is there a way to put a timeout on a callback query? Like after a specified time it disables it. I saw there is a removeListener function applied in other implementations, but I don't know if it's been implemented here?

windkh commented 1 year ago

Can you provide a link to the code where you found that removeListener pattern?

K-RAD commented 1 year ago

It's used in this implementation here but it came up in some other places too during my google'ing

windkh commented 1 year ago

I will check it out

windkh commented 10 months ago

@K-RAD checked it out, but I guess that is not that easy to implement. Sorry.