Coder Social home page Coder Social logo

Comments (5)

abu-sraag avatar abu-sraag commented on August 19, 2024

byte[] img = File.ReadAllBytes(@"e:\img.gif");
wa.OnConnectSuccess += () =>
{
MessageBox.Show("Connected to whatsapp...");

wa.OnLoginSuccess += (phoneNumber, data) =>
{
    wa.SendMessage(to, msg);

    wa.SendMessageImage(to,img,ApiBase.ImageType.GIF);
    MessageBox.Show("Message Sent...");
};

from whatsapinet.

sanderdriesen avatar sanderdriesen commented on August 19, 2024

How do you create the FMessageIdentifierKey represented by the 'to' variable?

from whatsapinet.

abu-sraag avatar abu-sraag commented on August 19, 2024

I did not understand me corrected the error

I did not understand your words where what is wrong (FMessageIdentifierKey )?

Is there a reference wiki

Note that it does not appear any error just are not sen

from whatsapinet.

abu-sraag avatar abu-sraag commented on August 19, 2024

i am edit
wa.SendMessageImage(tbto.Text,img,ApiBase.ImageType.GIF);

not send what is wrong ?!

from whatsapinet.

janpieterz avatar janpieterz commented on August 19, 2024

Hi @abu-sraag

There is no reference wiki. This is just an open source effort to allow people to play with the service, and nobody is investing a lot of time to make it that accessible for developers, precisely because it's just meant for playing so developers can find out this stuff for themselves.
There should be some sample code in the projects that should help you slightly and besides that just understanding what is going on by reading the code.
We don't provide any support or services so I'll close this issue. Sorry we can't be of more help to you.

from whatsapinet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.