mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
.. | ||
appstate | ||
binary | ||
socket | ||
store | ||
types | ||
util | ||
appstate.go | ||
call.go | ||
client.go | ||
connectionevents.go | ||
download.go | ||
errors.go | ||
group.go | ||
handshake.go | ||
internals.go | ||
keepalive.go | ||
LICENSE | ||
mediaconn.go | ||
mediaretry.go | ||
message.go | ||
notification.go | ||
pair.go | ||
prekeys.go | ||
presence.go | ||
privacysettings.go | ||
qrchan.go | ||
README.md | ||
receipt.go | ||
request.go | ||
retry.go | ||
send.go | ||
update.go | ||
upload.go | ||
user.go |
whatsmeow
whatsmeow is a Go library for the WhatsApp web multidevice API.
Discussion
Matrix room: #whatsmeow:maunium.net
Usage
The godoc includes docs for all methods and event types. There's also a simple example at the top.
Also see mdtest for a CLI tool you can easily try out whatsmeow with.
Features
Most core features are already present:
- Sending messages to private chats and groups (both text and media)
- Receiving all messages
- Managing groups and receiving group change events
- Joining via invite messages, using and creating invite links
- Sending and receiving typing notifications
- Sending and receiving delivery and read receipts
- Reading app state (contact list, chat pin/mute status, etc)
- Sending and handling retry receipts if message decryption fails
Things that are not yet implemented:
- Writing app state (contact list, chat pin/mute status, etc)
- Sending status messages or broadcast list messages (this is not supported on WhatsApp web either)
- Calls