InlineKeyboardButton can be clicked several times #1738
-
The user can click more than once in button and the bot process all the request he sends. Is there a easy way to avoid this? I try to "disable" (edit actually) reply_markup, but it's not helpful for me, because I need this reply markup to be enabled for other users in group. I have tried something like this:
But, as I said, this code will disable the markup for all group users |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It is Telegram Android bug, you can use class based middlewares and stop update from processing |
Beta Was this translation helpful? Give feedback.
-
Thanks! ;). I will try to implement it |
Beta Was this translation helpful? Give feedback.
It is Telegram Android bug, you can use class based middlewares and stop update from processing