Nav apraksta

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

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