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:
@@ -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
|
||||
}
|
||||
}
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user