Fără Descriere

Joey 3635a2bca2 更新Usync 3 săptămâni în urmă
.idea ca75580917 first commit 3 săptămâni în urmă
app 3770465d8c first commit 3 săptămâni în urmă
appstate 3770465d8c first commit 3 săptămâni în urmă
argo ca75580917 first commit 3 săptămâni în urmă
binary 3770465d8c first commit 3 săptămâni în urmă
proto 4034e54526 first commit 3 săptămâni în urmă
socket 3770465d8c first commit 3 săptămâni în urmă
store 3770465d8c first commit 3 săptămâni în urmă
types 3635a2bca2 更新Usync 3 săptămâni în urmă
util ca75580917 first commit 3 săptămâni în urmă
.editorconfig ca75580917 first commit 3 săptămâni în urmă
.gitattributes ca75580917 first commit 3 săptămâni în urmă
.pre-commit-config.yaml 3770465d8c first commit 3 săptămâni în urmă
LICENSE ca75580917 first commit 3 săptămâni în urmă
README.md 3770465d8c first commit 3 săptămâni în urmă
appstate.go 3770465d8c first commit 3 săptămâni în urmă
armadillomessage.go 3770465d8c first commit 3 săptămâni în urmă
broadcast.go 3770465d8c first commit 3 săptămâni în urmă
call.go 3770465d8c first commit 3 săptămâni în urmă
client.go 3770465d8c first commit 3 săptămâni în urmă
client_test.go 3770465d8c first commit 3 săptămâni în urmă
connectionevents.go 3770465d8c first commit 3 săptămâni în urmă
download-to-file.go 3770465d8c first commit 3 săptămâni în urmă
download.go 3770465d8c first commit 3 săptămâni în urmă
errors.go 3770465d8c first commit 3 săptămâni în urmă
go.mod 3770465d8c first commit 3 săptămâni în urmă
go.sum ca75580917 first commit 3 săptămâni în urmă
group.go 3770465d8c first commit 3 săptămâni în urmă
handshake.go 3770465d8c first commit 3 săptămâni în urmă
internals.go 3770465d8c first commit 3 săptămâni în urmă
internals_generate.go 3770465d8c first commit 3 săptămâni în urmă
keepalive.go 3770465d8c first commit 3 săptămâni în urmă
mediaconn.go 3770465d8c first commit 3 săptămâni în urmă
mediaretry.go 3770465d8c first commit 3 săptămâni în urmă
message.go 3770465d8c first commit 3 săptămâni în urmă
msgsecret.go 3770465d8c first commit 3 săptămâni în urmă
newsletter.go 3770465d8c first commit 3 săptămâni în urmă
notification.go 3770465d8c first commit 3 săptămâni în urmă
pair-code.go 3770465d8c first commit 3 săptămâni în urmă
pair.go 3770465d8c first commit 3 săptămâni în urmă
prekeys.go 3770465d8c first commit 3 săptămâni în urmă
presence.go 3770465d8c first commit 3 săptămâni în urmă
privacysettings.go 3770465d8c first commit 3 săptămâni în urmă
push.go 3770465d8c first commit 3 săptămâni în urmă
qrchan.go 3770465d8c first commit 3 săptămâni în urmă
receipt.go 3770465d8c first commit 3 săptămâni în urmă
reportingfields.json ca75580917 first commit 3 săptămâni în urmă
reportingtoken.go 3770465d8c first commit 3 săptămâni în urmă
request.go 3770465d8c first commit 3 săptămâni în urmă
retry.go 3770465d8c first commit 3 săptămâni în urmă
send.go 3770465d8c first commit 3 săptămâni în urmă
sendfb.go 3770465d8c first commit 3 săptămâni în urmă
update.go 3770465d8c first commit 3 săptămâni în urmă
upload.go 3770465d8c first commit 3 săptămâni în urmă
user.go 3635a2bca2 更新Usync 3 săptămâni în urmă

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