By Admin on Friday, 12 August 2022
Category: All

WhatsApp API Send Local Files

​​From sgcWebSockets 2022.7.0, now you can upload local files (like pdf, videos, audios...) to WhatsApp Servers and send a message to your users. Previously to this improvement, you can only send files to users that were uploaded previously to a public website.

Image Messages 

Call the method SendMessageImage and pass the following parameters:

Document Messages 

Call the method SendMessageDocument and pass the following parameters:

Audio Messages 

Call the method SendMessageAudio and pass the following parameters:

Video Messages 

Call the method SendMessageVideo and pass the following parameters:

Sticker Messages 

Call the method SendMessageSticker and pass the following parameters:

Related Posts