如何使用 chat-api 向 whatsapp 群组发送消息

How can I send a message to a whatsapp group using chat-api

你好,我正在使用这个库 (https://github.com/chatapi/whatsApp-php) 通过 whatssapp 发送消息。我看到客户端对象有以下方法:

[0] => getInstance
[1] => sendMessage
[2] => getMessages
[3] => getStatus
[4] => getQrCode
[5] => createGroup
[6] => sendFile
[7] => setWebHook
[8] => getWebHook
[9] => logout
[10] => reboot
[11] => getMessagesQueue
[12] => clearMessagesQueue

问题是:如何向现有群组发送消息?完全可以使用这个库吗?

谢谢。

phpapi好像没满。

使用原始 http api 您可以发送 dialogs 请求,找到组 chatId,并将其发送到 sendMessage 请求。