© 2026 Hedgehog Software, LLC
suspend fun Message.disableButtons() { edit { actionRows.forEach { row -> row.interactionButtons.values.forEach { btn -> // smth? } } // apply? } }