暫無描述

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

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