Không có mô tả

Joey 4034e54526 first commit 3 tuần trước cách đây
.idea ca75580917 first commit 3 tuần trước cách đây
app 3770465d8c first commit 3 tuần trước cách đây
appstate 3770465d8c first commit 3 tuần trước cách đây
argo ca75580917 first commit 3 tuần trước cách đây
binary 3770465d8c first commit 3 tuần trước cách đây
proto 4034e54526 first commit 3 tuần trước cách đây
socket 3770465d8c first commit 3 tuần trước cách đây
store 3770465d8c first commit 3 tuần trước cách đây
types 3770465d8c first commit 3 tuần trước cách đây
util ca75580917 first commit 3 tuần trước cách đây
.editorconfig ca75580917 first commit 3 tuần trước cách đây
.gitattributes ca75580917 first commit 3 tuần trước cách đây
.pre-commit-config.yaml 3770465d8c first commit 3 tuần trước cách đây
LICENSE ca75580917 first commit 3 tuần trước cách đây
README.md 3770465d8c first commit 3 tuần trước cách đây
appstate.go 3770465d8c first commit 3 tuần trước cách đây
armadillomessage.go 3770465d8c first commit 3 tuần trước cách đây
broadcast.go 3770465d8c first commit 3 tuần trước cách đây
call.go 3770465d8c first commit 3 tuần trước cách đây
client.go 3770465d8c first commit 3 tuần trước cách đây
client_test.go 3770465d8c first commit 3 tuần trước cách đây
connectionevents.go 3770465d8c first commit 3 tuần trước cách đây
download-to-file.go 3770465d8c first commit 3 tuần trước cách đây
download.go 3770465d8c first commit 3 tuần trước cách đây
errors.go 3770465d8c first commit 3 tuần trước cách đây
go.mod 3770465d8c first commit 3 tuần trước cách đây
go.sum ca75580917 first commit 3 tuần trước cách đây
group.go 3770465d8c first commit 3 tuần trước cách đây
handshake.go 3770465d8c first commit 3 tuần trước cách đây
internals.go 3770465d8c first commit 3 tuần trước cách đây
internals_generate.go 3770465d8c first commit 3 tuần trước cách đây
keepalive.go 3770465d8c first commit 3 tuần trước cách đây
mediaconn.go 3770465d8c first commit 3 tuần trước cách đây
mediaretry.go 3770465d8c first commit 3 tuần trước cách đây
message.go 3770465d8c first commit 3 tuần trước cách đây
msgsecret.go 3770465d8c first commit 3 tuần trước cách đây
newsletter.go 3770465d8c first commit 3 tuần trước cách đây
notification.go 3770465d8c first commit 3 tuần trước cách đây
pair-code.go 3770465d8c first commit 3 tuần trước cách đây
pair.go 3770465d8c first commit 3 tuần trước cách đây
prekeys.go 3770465d8c first commit 3 tuần trước cách đây
presence.go 3770465d8c first commit 3 tuần trước cách đây
privacysettings.go 3770465d8c first commit 3 tuần trước cách đây
push.go 3770465d8c first commit 3 tuần trước cách đây
qrchan.go 3770465d8c first commit 3 tuần trước cách đây
receipt.go 3770465d8c first commit 3 tuần trước cách đây
reportingfields.json ca75580917 first commit 3 tuần trước cách đây
reportingtoken.go 3770465d8c first commit 3 tuần trước cách đây
request.go 3770465d8c first commit 3 tuần trước cách đây
retry.go 3770465d8c first commit 3 tuần trước cách đây
send.go 3770465d8c first commit 3 tuần trước cách đây
sendfb.go 3770465d8c first commit 3 tuần trước cách đây
update.go 3770465d8c first commit 3 tuần trước cách đây
upload.go 3770465d8c first commit 3 tuần trước cách đây
user.go 3770465d8c first commit 3 tuần trước cách đây

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