Tidak Ada Deskripsi

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

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