5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-01-29 02:44:38 +00:00
2022-06-25 00:36:16 +02:00
..
2022-06-11 23:07:42 +02:00
2022-06-25 00:36:16 +02:00
2022-03-20 14:57:48 +01:00
2022-06-25 00:36:16 +02:00
2022-06-25 00:36:16 +02:00
2022-03-20 14:57:48 +01:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-03-20 14:57:48 +01:00
2022-04-01 00:23:19 +02:00
2022-06-11 23:07:42 +02:00
2022-06-25 00:36:16 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-03-20 14:57:48 +01:00
2022-06-25 00:36:16 +02:00
2022-03-20 14:57:48 +01:00
2022-06-11 23:07:42 +02:00
2022-06-25 00:36:16 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-06-11 23:07:42 +02:00
2022-03-20 14:57:48 +01:00
2022-05-02 00:10:54 +02:00
2022-06-25 00:36:16 +02:00

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.

Also see mdtest for a CLI tool you can easily try out whatsmeow with.

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 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:

  • Writing app state (contact list, chat pin/mute status, etc)
  • Sending broadcast list messages (this is not supported on WhatsApp web either)
  • Calls