我没有得到如何使用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;!