We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6591a67 + 08192a0 commit 8dc2791Copy full SHA for 8dc2791
src/utils/getConversationMessage.ts
@@ -17,7 +17,7 @@ const getTypeMessage = (msg: any) => {
17
msg?.message?.viewOnceMessageV2?.message?.audioMessage?.url,
18
listResponseMessage: msg?.message?.listResponseMessage?.title,
19
responseRowId: msg?.message?.listResponseMessage?.singleSelectReply?.selectedRowId,
20
- templateButtonReplyMessage: msg?.message?.templateButtonReplyMessage?.selectedId,
+ templateButtonReplyMessage: msg?.message?.templateButtonReplyMessage?.selectedId || msg?.message?.buttonsResponseMessage?.selectedButtonId,
21
// Medias
22
audioMessage: msg?.message?.speechToText
23
? msg?.message?.speechToText
0 commit comments