بدون توضیح

Joey 3770465d8c 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 3770465d8c 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