package
0.0.0-20221222071518-e03eb42e21a9
Repository: https://github.com/insomnius/whatsmeow.git
Documentation: pkg.go.dev

# Packages

Package proto contains the compiled protobuf structs from WhatsApp's protobuf schema.
Package token contains maps of predefined tokens that WhatsApp's binary XML encoding uses to save bytes when sending commonly used strings.

# Functions

Marshal encodes an XML element (Node) into WhatsApp's binary XML representation.
Unmarshal decodes WhatsApp's binary XML representation into a Node.
Unpack unpacks the given decrypted data from the WhatsApp web API.

# Variables

Errors returned by the binary XML decoder.
Errors returned by the binary XML decoder.
Errors returned by the binary XML decoder.
Errors returned by the binary XML decoder.
Errors returned by the binary XML decoder.
Options to control how Node.XMLString behaves.
Options to control how Node.XMLString behaves.

# Structs

AttrUtility is a helper struct for reading multiple XML attributes and checking for errors afterwards.
Node represents an XML element.

# Type aliases

Attrs is a type alias for the attributes of an XML element (Node).
ErrorList is a list of errors that implements the error interface itself.