Disabling button received from Button Interaction Handler

Is it possible to disable button interaction received via interaction handler?
Something like -
interaction.buttonComponent.disable()


Or do I have to recreate the same button & use
interaction.update()
?
Was this page helpful?