Keine Beschreibung

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

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