Нема описа

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