Php 在whatsapp api中随图像发送文本

Php 在whatsapp api中随图像发送文本,php,whatsapp,Php,Whatsapp,这是我的代码: $w->sendMessageImage($target, "test.jpg"); 它发送图像没有问题,现在我想在图像中添加一些描述。请提供任何建议。我在GitHub上查看了源代码,我认为您不能 功能参数: public function sendMessageImage($to, $filepath, $storeURLmedia = false, $fsize = 0, $fhash = "") 我们完全没有其他上下文,您使用的是哪个whatsappapi?你看

这是我的代码:

 $w->sendMessageImage($target, "test.jpg");

它发送图像没有问题,现在我想在图像中添加一些描述。请提供任何建议。

我在GitHub上查看了源代码,我认为您不能

功能参数:

public function sendMessageImage($to, $filepath, $storeURLmedia = false, $fsize = 0, $fhash = "")

我们完全没有其他上下文,您使用的是哪个
whatsapp
api?你看过它的文档了吗?@VivekPradhan我在用venomou的WhatAPI
https://github.com/venomous0x/WhatsAPI
我检查了文档,但没有找到任何与我的上下文相关的信息。我检查了这个。没有参数将我的图像描述放入发送。