Nav apraksta

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