설명 없음

Joey 3635a2bca2 更新Usync 3 주 전
.idea ca75580917 first commit 3 주 전
app 3770465d8c first commit 3 주 전
appstate 3770465d8c first commit 3 주 전
argo ca75580917 first commit 3 주 전
binary 3770465d8c first commit 3 주 전
proto 4034e54526 first commit 3 주 전
socket 3770465d8c first commit 3 주 전
store 3770465d8c first commit 3 주 전
types 3635a2bca2 更新Usync 3 주 전
util ca75580917 first commit 3 주 전
.editorconfig ca75580917 first commit 3 주 전
.gitattributes ca75580917 first commit 3 주 전
.pre-commit-config.yaml 3770465d8c first commit 3 주 전
LICENSE ca75580917 first commit 3 주 전
README.md 3770465d8c first commit 3 주 전
appstate.go 3770465d8c first commit 3 주 전
armadillomessage.go 3770465d8c first commit 3 주 전
broadcast.go 3770465d8c first commit 3 주 전
call.go 3770465d8c first commit 3 주 전
client.go 3770465d8c first commit 3 주 전
client_test.go 3770465d8c first commit 3 주 전
connectionevents.go 3770465d8c first commit 3 주 전
download-to-file.go 3770465d8c first commit 3 주 전
download.go 3770465d8c first commit 3 주 전
errors.go 3770465d8c first commit 3 주 전
go.mod 3770465d8c first commit 3 주 전
go.sum ca75580917 first commit 3 주 전
group.go 3770465d8c first commit 3 주 전
handshake.go 3770465d8c first commit 3 주 전
internals.go 3770465d8c first commit 3 주 전
internals_generate.go 3770465d8c first commit 3 주 전
keepalive.go 3770465d8c first commit 3 주 전
mediaconn.go 3770465d8c first commit 3 주 전
mediaretry.go 3770465d8c first commit 3 주 전
message.go 3770465d8c first commit 3 주 전
msgsecret.go 3770465d8c first commit 3 주 전
newsletter.go 3770465d8c first commit 3 주 전
notification.go 3770465d8c first commit 3 주 전
pair-code.go 3770465d8c first commit 3 주 전
pair.go 3770465d8c first commit 3 주 전
prekeys.go 3770465d8c first commit 3 주 전
presence.go 3770465d8c first commit 3 주 전
privacysettings.go 3770465d8c first commit 3 주 전
push.go 3770465d8c first commit 3 주 전
qrchan.go 3770465d8c first commit 3 주 전
receipt.go 3770465d8c first commit 3 주 전
reportingfields.json ca75580917 first commit 3 주 전
reportingtoken.go 3770465d8c first commit 3 주 전
request.go 3770465d8c first commit 3 주 전
retry.go 3770465d8c first commit 3 주 전
send.go 3770465d8c first commit 3 주 전
sendfb.go 3770465d8c first commit 3 주 전
update.go 3770465d8c first commit 3 주 전
upload.go 3770465d8c first commit 3 주 전
user.go 3635a2bca2 更新Usync 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