I am not getting how to send image to any number using WhatsApiNet I tried writing like D:/img.jpg in COnsole window but its sending the path as a text This Error I am getting while using this code
case "/image":
byte[] imgData = File.ReadAllBytes(@"d:\My Creations\DSC_0423 copy.jpg");
wa.SendMessageImage(tmpUser.GetFullJid(), imgData, ApiBase.ImageType.JPEG);
break;!