package
0.0.0-20230430105658-b4c86c681ebd
Repository: https://github.com/lol-human/whatsmeow.git
Documentation: pkg.go.dev

# Packages

Package lthash implements a summation based hash algorithm that maintains the integrity of a piece of data over a series of mutations.

# Functions

BuildArchive builds an app state patch for archiving or unarchiving a chat.
BuildMute builds an app state patch for muting or unmuting a chat.
BuildPin builds an app state patch for pinning or unpinning a chat.
No description provided by the author
ParsePatchList will decode an XML node containing app state patches, including downloading any external blobs.

# Constants

Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
Constants for the first part of app state indexes.
WAPatchCriticalBlock contains the user's settings like push name and locale.
WAPatchCriticalUnblockLow contains the user's contact list.
WAPatchRegular contains protocol info about app state patches like key expiration.
WAPatchRegularHigh contains more local chat settings like mute status and starred messages.
WAPatchRegularLow contains some local chat settings like pin, archive status, and the setting of whether to unarchive chats when messages come in.

# Variables

AllPatchNames contains all currently known patch state names.
Errors that this package can return.
Errors that this package can return.
Errors that this package can return.
Errors that this package can return.
Errors that this package can return.
Errors that this package can return.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
MutationInfo contains information about a single mutation to the app state.
PatchInfo contains information about a patch to the app state.
PatchList represents a decoded response to getting app state patches from the WhatsApp servers.
No description provided by the author

# Type aliases

DownloadExternalFunc is a function that can download a blob of external app state patches.
WAPatchName represents a type of app state patch.