EZEZEZ
This commit is contained in:
parent
ee8acc82ea
commit
4bfb33088d
6
index.js
6
index.js
@ -561,9 +561,9 @@ app.post('/testHeaderImage', async (req, res) => {
|
|||||||
}),
|
}),
|
||||||
header: proto.Message.InteractiveMessage.Header.create({
|
header: proto.Message.InteractiveMessage.Header.create({
|
||||||
hasMediaAttachment: true,
|
hasMediaAttachment: true,
|
||||||
imageMessage: media.imageMessage,
|
imageMessage: generate("image", "https://wa.canguidev.fr/static/logo-merlo-cs-FR.jpg"),
|
||||||
title: "Logo Merlo",
|
// title: "Logo Merlo",
|
||||||
subtitle: "Header avec image"
|
// subtitle: "Header avec image"
|
||||||
}),
|
}),
|
||||||
nativeFlowMessage: proto.Message.InteractiveMessage.NativeFlowMessage.create({
|
nativeFlowMessage: proto.Message.InteractiveMessage.NativeFlowMessage.create({
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user