Žiadny popis

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

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