Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat list update problem #3

Open
TazmanOne opened this issue Jul 18, 2017 · 1 comment
Open

Chat list update problem #3

TazmanOne opened this issue Jul 18, 2017 · 1 comment

Comments

@TazmanOne
Copy link

TazmanOne commented Jul 18, 2017

After sending some people text message, application redirect to WhatsApp?
Chat list is not updated, still old dialogs, but if I open dialog i saw last sended messages.
How get updated chat list?
Can we send message from non-contact list people?

@ssrmoviescouk
Copy link

string phonenumber="123456789";
WContact contact = new WContact(phonenumber+"@s.whatsapp.net", phonenumber+"@s.whatsapp.net");

WhatsappApi.getInstance().sendMessage(contact, message, this, new SendMessageListener() {

Create a contact type WContact . and pass this contact to sendMessage function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants