如何使用whatsapp api发送消息?

问题描述:

Hello Everyone,



我需要知道使用C#编码发送whatsapp消息的正确whatsapp api代码。



我试过以下,



WhatsAppApi.WhatsApp wa = new WhatsAppApi.WhatsApp(91xxxxxx,xxxxx,nith,true );

Hello Everyone,

I need to know the correct whatsapp api code for sending whatsapp messages using C# codeings.

I have tried the following,

WhatsAppApi.WhatsApp wa = new WhatsAppApi.WhatsApp("91xxxxxx", "xxxxx", "nith",true);

wa.Connect();
//wa.Login(null);
wa.SendMessage("91xxxxxxx", "dfgjhdfjkghdf gfdkg dfjkg");

wa.Disconnect();





我应该将哪个参数作为第二项传递,无论是imei号还是其他任何东西?



等待快速帮助。



which parameter should I pass as second term whether its a imei number or any other thing?

Waiting for quick help.

那么当您联系这些人 [ ^ ]关于如何使用他们的API?
So what happened when you contacted these people[^] about how to use their API?