fix(carousel): add messageVersion and fix messageParamsJson in card n…

fix(carousel): add messageVersion and fix messageParamsJson in card n…
This commit is contained in:
Renato Alcara
2026-02-06 12:31:53 -03:00
committed by GitHub
+2 -1
View File
@@ -637,7 +637,8 @@ export const generateCarouselMessage = async (
footer: card.footer ? { text: card.footer } : undefined,
nativeFlowMessage: {
buttons: card.buttons.map(formatNativeFlowButton),
messageParamsJson: ''
messageParamsJson: JSON.stringify({}),
messageVersion: 1
}
}
}))