From 4aa0b2061fdc6c27bfc96de3a3b7ffa78d83766a Mon Sep 17 00:00:00 2001 From: julien Date: Wed, 7 May 2025 11:43:01 +0200 Subject: [PATCH] gfgfgf --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index e3827fd..1ab8a27 100644 --- a/index.js +++ b/index.js @@ -566,8 +566,8 @@ app.post('/testHeaderImage', async (req, res) => { }), header: proto.Message.InteractiveMessage.Header.create({ title: "some title", - hasMediaAttachment: true, // false if you don't want to send media with it - imageMessage: generate("image", "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/TEIDE.JPG/500px-TEIDE.JPG"), + hasMediaAttachment: false, // false if you don't want to send media with it + //imageMessage: generate("image", "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/TEIDE.JPG/500px-TEIDE.JPG"), //videoMessage: generate("video", "url/path to video"), // if it's an video }), nativeFlowMessage: proto.Message.InteractiveMessage.NativeFlowMessage.create({