Нет описания

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