Без опису

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