Няма описание

Joey 3635a2bca2 更新Usync преди 2 месеца
.idea ca75580917 first commit преди 2 месеца
app 3770465d8c first commit преди 2 месеца
appstate 3770465d8c first commit преди 2 месеца
argo ca75580917 first commit преди 2 месеца
binary 3770465d8c first commit преди 2 месеца
proto 4034e54526 first commit преди 2 месеца
socket 3770465d8c first commit преди 2 месеца
store 3770465d8c first commit преди 2 месеца
types 3635a2bca2 更新Usync преди 2 месеца
util ca75580917 first commit преди 2 месеца
.editorconfig ca75580917 first commit преди 2 месеца
.gitattributes ca75580917 first commit преди 2 месеца
.pre-commit-config.yaml 3770465d8c first commit преди 2 месеца
LICENSE ca75580917 first commit преди 2 месеца
README.md 3770465d8c first commit преди 2 месеца
appstate.go 3770465d8c first commit преди 2 месеца
armadillomessage.go 3770465d8c first commit преди 2 месеца
broadcast.go 3770465d8c first commit преди 2 месеца
call.go 3770465d8c first commit преди 2 месеца
client.go 3770465d8c first commit преди 2 месеца
client_test.go 3770465d8c first commit преди 2 месеца
connectionevents.go 3770465d8c first commit преди 2 месеца
download-to-file.go 3770465d8c first commit преди 2 месеца
download.go 3770465d8c first commit преди 2 месеца
errors.go 3770465d8c first commit преди 2 месеца
go.mod 3770465d8c first commit преди 2 месеца
go.sum ca75580917 first commit преди 2 месеца
group.go 3770465d8c first commit преди 2 месеца
handshake.go 3770465d8c first commit преди 2 месеца
internals.go 3770465d8c first commit преди 2 месеца
internals_generate.go 3770465d8c first commit преди 2 месеца
keepalive.go 3770465d8c first commit преди 2 месеца
mediaconn.go 3770465d8c first commit преди 2 месеца
mediaretry.go 3770465d8c first commit преди 2 месеца
message.go 3770465d8c first commit преди 2 месеца
msgsecret.go 3770465d8c first commit преди 2 месеца
newsletter.go 3770465d8c first commit преди 2 месеца
notification.go 3770465d8c first commit преди 2 месеца
pair-code.go 3770465d8c first commit преди 2 месеца
pair.go 3770465d8c first commit преди 2 месеца
prekeys.go 3770465d8c first commit преди 2 месеца
presence.go 3770465d8c first commit преди 2 месеца
privacysettings.go 3770465d8c first commit преди 2 месеца
push.go 3770465d8c first commit преди 2 месеца
qrchan.go 3770465d8c first commit преди 2 месеца
receipt.go 3770465d8c first commit преди 2 месеца
reportingfields.json ca75580917 first commit преди 2 месеца
reportingtoken.go 3770465d8c first commit преди 2 месеца
request.go 3770465d8c first commit преди 2 месеца
retry.go 3770465d8c first commit преди 2 месеца
send.go 3770465d8c first commit преди 2 месеца
sendfb.go 3770465d8c first commit преди 2 месеца
update.go 3770465d8c first commit преди 2 месеца
upload.go 3770465d8c first commit преди 2 месеца
user.go 3635a2bca2 更新Usync преди 2 месеца

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