This commit is contained in:
cangui 2025-05-06 20:31:05 +02:00
parent c6b6d46635
commit a71c859d83

View File

@ -136,7 +136,6 @@ app.post('/sendInteractiveImage', async (req, res) => {
const header = proto.Message.InteractiveMessage.create({
// ici on injecte l'image dans le header sans besoin de type explicite
header: proto.Message.InteractiveMessage.Header.create({
imageMessage: { url: imageUrl },
title: 'Igna',
subtitle: 'test'
}),