Açıklama Yok

Joey ca75580917 first commit 3 hafta önce
.idea ca75580917 first commit 3 hafta önce
app ca75580917 first commit 3 hafta önce
appstate ca75580917 first commit 3 hafta önce
argo ca75580917 first commit 3 hafta önce
binary ca75580917 first commit 3 hafta önce
proto ca75580917 first commit 3 hafta önce
socket ca75580917 first commit 3 hafta önce
store ca75580917 first commit 3 hafta önce
types ca75580917 first commit 3 hafta önce
util ca75580917 first commit 3 hafta önce
.editorconfig ca75580917 first commit 3 hafta önce
.gitattributes ca75580917 first commit 3 hafta önce
.pre-commit-config.yaml ca75580917 first commit 3 hafta önce
LICENSE ca75580917 first commit 3 hafta önce
README.md ca75580917 first commit 3 hafta önce
appstate.go ca75580917 first commit 3 hafta önce
armadillomessage.go ca75580917 first commit 3 hafta önce
broadcast.go ca75580917 first commit 3 hafta önce
call.go ca75580917 first commit 3 hafta önce
client.go ca75580917 first commit 3 hafta önce
client_test.go ca75580917 first commit 3 hafta önce
connectionevents.go ca75580917 first commit 3 hafta önce
download-to-file.go ca75580917 first commit 3 hafta önce
download.go ca75580917 first commit 3 hafta önce
errors.go ca75580917 first commit 3 hafta önce
go.mod ca75580917 first commit 3 hafta önce
go.sum ca75580917 first commit 3 hafta önce
group.go ca75580917 first commit 3 hafta önce
handshake.go ca75580917 first commit 3 hafta önce
internals.go ca75580917 first commit 3 hafta önce
internals_generate.go ca75580917 first commit 3 hafta önce
keepalive.go ca75580917 first commit 3 hafta önce
mediaconn.go ca75580917 first commit 3 hafta önce
mediaretry.go ca75580917 first commit 3 hafta önce
message.go ca75580917 first commit 3 hafta önce
msgsecret.go ca75580917 first commit 3 hafta önce
newsletter.go ca75580917 first commit 3 hafta önce
notification.go ca75580917 first commit 3 hafta önce
pair-code.go ca75580917 first commit 3 hafta önce
pair.go ca75580917 first commit 3 hafta önce
prekeys.go ca75580917 first commit 3 hafta önce
presence.go ca75580917 first commit 3 hafta önce
privacysettings.go ca75580917 first commit 3 hafta önce
push.go ca75580917 first commit 3 hafta önce
qrchan.go ca75580917 first commit 3 hafta önce
receipt.go ca75580917 first commit 3 hafta önce
reportingfields.json ca75580917 first commit 3 hafta önce
reportingtoken.go ca75580917 first commit 3 hafta önce
request.go ca75580917 first commit 3 hafta önce
retry.go ca75580917 first commit 3 hafta önce
send.go ca75580917 first commit 3 hafta önce
sendfb.go ca75580917 first commit 3 hafta önce
update.go ca75580917 first commit 3 hafta önce
upload.go ca75580917 first commit 3 hafta önce
user.go ca75580917 first commit 3 hafta önce

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