yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.31k stars 1.51k forks source link

Callback query timeout #982

Closed ddavlet closed 2 years ago

ddavlet commented 2 years ago

Question

Is there a way to set the timeout for callback from users? For example if I sent message with the inline keyboard and callback query in buttons in it, but I want to handle query only in 20 minutes after it has been sent, but cancel it if button has been pressed later. Yes, I can send date and time in callback data, but it will take a bit of time to chage some parts of code, moreover I want to learn a new way for experience if it exists :)

ddavlet commented 2 years ago

Sorry, callback query has date and time in it. Why I haven't checked it before