2
0

🐛 (whatsapp) Enable custom embed blocks

This commit is contained in:
Baptiste Arnaud
2024-04-18 13:46:49 +02:00
parent 5aad10e937
commit af014394da
5 changed files with 27 additions and 6 deletions

View File

@ -99,6 +99,7 @@ const embedMessageSchema = z
})
const displayEmbedBubbleSchema = z.object({
url: z.string().optional(),
maxBubbleWidth: z.number().optional(),
waitForEventFunction: z
.object({