We have an interactive message with multiple buttons. When one is clicked, all of them disappear. We want the unclicked buttons to remain.
We've searched through reams of documentation to no avail.
Does anyone know how to achieve this?
We have an interactive message with multiple buttons. When one is clicked, all of them disappear. We want the unclicked buttons to remain.
We've searched through reams of documentation to no avail.
Does anyone know how to achieve this?
There is no option that allows you to directly choose that the other buttons shall remain.
Instead here are two ways how to achieve your requirement:
replace_original
to false
and update the
original message with your app to remove the clicked button, using the API method chat.update
See this part of the official documentation for details.