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.
1 parent 0e5f9e3 commit 8f86c9dCopy full SHA for 8f86c9d
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 || buttonsResponseMessage: msg?.message?.buttonsResponseMessage?.selectedButtonId,
+ templateButtonReplyMessage: msg?.message?.templateButtonReplyMessage?.selectedId || msg?.message?.buttonsResponseMessage?.selectedButtonId,
21
// Medias
22
audioMessage: msg?.message?.speechToText
23
? msg?.message?.speechToText
0 commit comments