Няма описание

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