Sending Image from c# whatsapp api -


i'am trying send image whatsapp api c# application there code :

byte[] buffer = file.readallbytes(op.filename); wa.sendmessageimage(user.getfulljid() + "@s.whatsapp.net", buffer, apibase.imagetype.gif); messagebox.show("ok"); 

it gives me error :

an unhandled exception of type 'system.exception' occurred in whatsappapi.dll

additional information: bintreenodereader->readlistsize: invalid token 231


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -