Whats App Api in .net Cant send Images

半腔热情 提交于 2019-12-11 12:32:59

问题


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;!

来源:https://stackoverflow.com/questions/25541573/whats-app-api-in-net-cant-send-images

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!