Whats App Api in .net Cant发送图片

时间:2014-08-28 05:48:54

标签: c# api whatsapp

我没有得到如何使用WhatsApiNet将图像发送到任何数字我尝试在COnsole窗口中像D:/img.jpg一样编写但是它将路径作为文本发送 我在使用此代码时遇到此错误

case "/image":
byte[] imgData = File.ReadAllBytes(@"d:\My Creations\DSC_0423 copy.jpg");
wa.SendMessageImage(tmpUser.GetFullJid(), imgData, ApiBase.ImageType.JPEG);
break;!

0 个答案:

没有答案