Без опису

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