Нема описа

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

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