tuyuribr
b60029ed09
feat: Send buttons and Lists ( #756 )
2021-09-14 00:06:05 +03:00
Edson Tégila
cd52075447
Add the option to use "browserWSEndpoint" ( #727 )
...
* Update Client.js
* Update package.json
* Update package.json
* 🚨 🔥 Fixed ESLint and removed old code.
* Update README.md
* Update README.md
* Update Client.js
* chore(deps): bump sharp from 0.26.3 to 0.28.3
Bumps [sharp](https://github.com/lovell/sharp ) from 0.26.3 to 0.28.3.
- [Release notes](https://github.com/lovell/sharp/releases )
- [Changelog](https://github.com/lovell/sharp/blob/master/docs/changelog.md )
- [Commits](https://github.com/lovell/sharp/compare/v0.26.3...v0.28.3 )
---
updated-dependencies:
- dependency-name: sharp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update package.json
* Update README.md
* Update example.js
* Update README.md
Co-authored-by: Rajeh Taher <52720753+PurpShell@users.noreply.github.com >
Co-authored-by: Rajeh Taher <rajeh@reforward.tk >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aliyss Snow <33941859+Aliyss@users.noreply.github.com >
2021-07-13 10:27:00 -07:00
Aliyss Snow
63d11d3f84
feat: disable / enable WA Web features ( #543 )
...
* Added Features and Enabling/Disabling of Features within WhatsappWeb
* remove feature commands from example
Co-authored-by: Pedro S. Lopez <pslamoros@hotmail.com >
Co-authored-by: Pedro Lopez <pedroslopez@me.com >
2021-05-31 20:58:55 -04:00
Pedro Lopez
6cece4a006
fix: emit disconnected event on page navigation
...
This also addresses an issue due to a change in behavior from WhatsApp Web when the session is logged out from the device.
2021-04-20 20:02:22 -04:00
Aliyss Snow
87cb5a0519
feat(interface): Open chat search, open chat at message position ( #447 )
2020-12-29 00:33:49 -04:00
Aliyss Snow
aedf41b762
feat: Pin and unpin Chats ( #166 )
...
* Added Pinning
- chat.pin() to pin
- chat.unpin() to unpin
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2020-10-11 15:50:12 -04:00
Aliyss Snow
4beeab9b2c
feat: mute/unmute chats ( #168 )
...
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2020-05-24 00:10:26 -04:00
Aliyss Snow
93a617336a
feat: battery percentage changed event ( #126 )
...
New "change_battery" event is triggered when the battery percentage changes. Has current battery percentage and charging state as object param.
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2020-04-05 23:36:03 -04:00
sahalMoidu
98458f760e
feat : send conversation seen ( #66 )
...
After this commit, chats will be automatically marked as seen when a message is sent to it. If this is not the intended behavior, `sendSeen: false` can be set as part of the options object.
You can also manually mark a conversation as seen by calling the sendSeen() function on the Chat.
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2020-03-01 14:42:35 -04:00
Aliyss Snow
48b9ae1e81
feat: listen to group events ( #90 )
...
This allows you to listen for user joins or leaves, description updates, subject updates, picture updates, and group settings updates.
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2020-03-01 14:32:58 -04:00
Pedro Lopez
b07b38bbe8
feat: Simulate recording audio in chat, clear recording/typing state, standardize chatstate change function names
2020-02-29 14:07:47 -04:00
Anderson de Oliveira Machado
d35f101fac
feat: send typing in chat ( #87 )
...
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2020-02-29 13:55:27 -04:00
Gabriel
72441beb37
feat(example): better sesion data save ( #79 )
...
For more consistency whenever I have a successful authentication I write
to the json file the session data
2020-02-28 17:02:10 -04:00
Pedro Lopez
e6ef5929fc
added ack constants and brief example
2020-02-26 23:18:09 -04:00
Aliyss Snow
132424ea08
feat: archive chats ( #63 )
2020-02-25 20:06:46 -04:00
Pedro Lopez
3c500a6474
Merge branch 'master' of https://github.com/pedroslopez/whatsapp-web.js
2020-02-22 17:28:15 -04:00
Pedro Lopez
1c60c83e80
feat: Delete messages
2020-02-22 17:28:03 -04:00
sahalMoidu
6ade08e814
Implemented changes mentioned in SimiPrambos PR#28 ( #52 )
...
* Implemented changes mentioned in SimiPrambos PR#28
To reflect new code structure
2020-02-14 17:53:28 -04:00
Pedro Lopez
74cfc69367
fix location example
2020-02-09 20:10:56 -04:00
Pedro Lopez
5fbd8ddf68
feat(example): auto restore session
...
This is as suggested in #29 . Mainly implemeted to ease work while developing, but also serves as an example.
2020-02-09 01:52:38 -04:00
Pedro Lopez
d1dba0f4c0
add disconnect reason
2020-02-09 00:53:00 -04:00
Pedro Lopez
5616613807
feat: Mention users, get user number from Contact model
2020-02-08 03:19:51 -04:00
Pedro Lopez
edc2c7022d
feat: change status message
2020-02-08 01:32:15 -04:00
Pedro Lopez
065a9212ba
add another location example
2020-02-08 00:54:21 -04:00
Pedro Lopez
7b229a39a4
feat: Send and receive location
2020-02-08 00:46:55 -04:00
Pedro Lopez
a098d61b03
feat: send messages with attachments
...
close #3
2020-02-04 21:11:20 -04:00
Pedro Lopez
e717915f94
fix: don't get chat after accepting invite
...
This will now only return the chatId, since getting the chat at this point is unreliable.
2020-02-02 20:37:51 -04:00
Aliyss Snow
b597e4a504
Added delete event message( #33 )
...
* A hacky way of doing things but seems to work. Also after client restart.
2020-02-02 19:00:23 -04:00
Pedro Lopez
cc477f9545
Add eslint config and fix linting issues
2020-02-02 14:50:04 -04:00
Pedro Lopez
7243240568
fix !quoteinfo example
2020-02-02 13:52:25 -04:00
Pedro Lopez
caa8598ec1
[+] Join groups by invite code
2020-02-02 00:52:51 -04:00
Pedro Lopez
a6cc5e5bf2
[+] Get quoted message
...
[FIX] Properly reply to messages sent by the current user
2020-02-01 22:41:53 -04:00
Pedro S. Lopez
ba8edc8d40
[+] Expose information about the logged in client ( #19 )
2020-02-01 21:16:03 -04:00
Pedro Lopez
64912dccfd
Download message attachments (images, documents, etc)
2019-11-24 04:23:08 -04:00
Pedro Lopez
18199d8120
[+] New message_create event that is fired on all message creations.
...
A new property "fromMe" has also been added to messages.
Close #8
2019-09-08 03:48:19 -04:00
Pedro Lopez
cde0034d93
[+] Implement function to get all open chats.
...
Close #14
2019-09-08 03:18:40 -04:00
Pedro Lopez
a7a7034e75
[ADD] Session restore functionality
2019-03-17 05:42:29 -04:00
Pedro Lopez
1b7376885d
Add group chat functions, slight refactoring
2019-02-20 02:42:19 -04:00
Pedro Lopez
9032025920
[ADD] Disconnected event
2019-02-17 22:32:37 -04:00
Pedro Lopez
812e3dc7a7
Support replying directly to messages
2019-02-17 21:50:28 -04:00
Pedro Lopez
6442469437
Basic Chat and Message model implementation
2019-02-17 21:14:31 -04:00
Pedro Lopez
c166e24ea5
Get and send messages
2019-02-17 04:18:16 -04:00
Pedro Lopez
bcbd16f196
Initial simple client implementation
2019-02-17 00:03:07 -04:00