Sen descrición

Joey ca75580917 first commit hai 3 semanas
.idea ca75580917 first commit hai 3 semanas
app ca75580917 first commit hai 3 semanas
appstate ca75580917 first commit hai 3 semanas
argo ca75580917 first commit hai 3 semanas
binary ca75580917 first commit hai 3 semanas
proto ca75580917 first commit hai 3 semanas
socket ca75580917 first commit hai 3 semanas
store ca75580917 first commit hai 3 semanas
types ca75580917 first commit hai 3 semanas
util ca75580917 first commit hai 3 semanas
.editorconfig ca75580917 first commit hai 3 semanas
.gitattributes ca75580917 first commit hai 3 semanas
.pre-commit-config.yaml ca75580917 first commit hai 3 semanas
LICENSE ca75580917 first commit hai 3 semanas
README.md ca75580917 first commit hai 3 semanas
appstate.go ca75580917 first commit hai 3 semanas
armadillomessage.go ca75580917 first commit hai 3 semanas
broadcast.go ca75580917 first commit hai 3 semanas
call.go ca75580917 first commit hai 3 semanas
client.go ca75580917 first commit hai 3 semanas
client_test.go ca75580917 first commit hai 3 semanas
connectionevents.go ca75580917 first commit hai 3 semanas
download-to-file.go ca75580917 first commit hai 3 semanas
download.go ca75580917 first commit hai 3 semanas
errors.go ca75580917 first commit hai 3 semanas
go.mod ca75580917 first commit hai 3 semanas
go.sum ca75580917 first commit hai 3 semanas
group.go ca75580917 first commit hai 3 semanas
handshake.go ca75580917 first commit hai 3 semanas
internals.go ca75580917 first commit hai 3 semanas
internals_generate.go ca75580917 first commit hai 3 semanas
keepalive.go ca75580917 first commit hai 3 semanas
mediaconn.go ca75580917 first commit hai 3 semanas
mediaretry.go ca75580917 first commit hai 3 semanas
message.go ca75580917 first commit hai 3 semanas
msgsecret.go ca75580917 first commit hai 3 semanas
newsletter.go ca75580917 first commit hai 3 semanas
notification.go ca75580917 first commit hai 3 semanas
pair-code.go ca75580917 first commit hai 3 semanas
pair.go ca75580917 first commit hai 3 semanas
prekeys.go ca75580917 first commit hai 3 semanas
presence.go ca75580917 first commit hai 3 semanas
privacysettings.go ca75580917 first commit hai 3 semanas
push.go ca75580917 first commit hai 3 semanas
qrchan.go ca75580917 first commit hai 3 semanas
receipt.go ca75580917 first commit hai 3 semanas
reportingfields.json ca75580917 first commit hai 3 semanas
reportingtoken.go ca75580917 first commit hai 3 semanas
request.go ca75580917 first commit hai 3 semanas
retry.go ca75580917 first commit hai 3 semanas
send.go ca75580917 first commit hai 3 semanas
sendfb.go ca75580917 first commit hai 3 semanas
update.go ca75580917 first commit hai 3 semanas
upload.go ca75580917 first commit hai 3 semanas
user.go ca75580917 first commit hai 3 semanas

README.md

whatsmeow

Go Reference

whatsmeow is a Go library for the WhatsApp web multidevice API.

Discussion

Matrix room: #whatsmeow:maunium.net

For questions about the WhatsApp protocol (like how to send a specific type of message), you can also use the WhatsApp protocol Q&A section on GitHub discussions.

Usage

The godoc includes docs for all methods and event types. There's also a simple example at the top.

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 and writing app state (contact list, chat pin/mute status, etc)
  • Sending and handling retry receipts if message decryption fails
  • Sending status messages (experimental, may not work for large contact lists)

Things that are not yet implemented:

  • Sending broadcast list messages (this is not supported on WhatsApp web either)
  • Calls