feat: add support for incoming messages using quick reply buttons
This commit is contained in:
parent
e9b448a16d
commit
d1088a3fea
@ -79,6 +79,10 @@
|
||||
v-else-if="whatsapp.content_type == 'text'"
|
||||
v-html="formatWhatsAppMessage(whatsapp.message)"
|
||||
/>
|
||||
<div
|
||||
v-else-if="whatsapp.content_type == 'button'"
|
||||
v-html="formatWhatsAppMessage(whatsapp.message)"
|
||||
/>
|
||||
<div v-else-if="whatsapp.content_type == 'image'">
|
||||
<img
|
||||
:src="whatsapp.attach"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user