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

Joey 4034e54526 first commit преди 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 3770465d8c first commit преди 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 3770465d8c 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