LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wacli-messages-show

Display a specific WhatsApp message by chat and ID

TLDR

Show a message by chat JID and message ID in JSON
$ wacli messages show --chat 491234567890@s.whatsapp.net --id ABC123 --json
copy
Show using a custom store directory
$ wacli messages show --chat 491234567890@s.whatsapp.net --id ABC123 --json --store /path/to/store
copy

SYNOPSIS

wacli messages show --chat jid --id msgid [--json] [--store dir_]

DESCRIPTION

wacli messages show fetches and prints the full record for a single message identified by chat JID and message ID from the local store.Useful for inspecting details, media references, or scripting when you already have an ID (e.g. from a previous search or list). Deleted messages kept as local tombstones may still appear for direct `show` even when hidden from list/search.Default store path is `~/.local/state/wacli` on Linux and `~/.wacli` elsewhere.

PARAMETERS

--chat jid

Chat JID that contains the message.
--id msgid_
Message identifier within that chat.
--json
Output as JSON (recommended for further processing).
--store dir
Use an alternate store location (default `~/.local/state/wacli` on Linux, `~/.wacli` elsewhere).

SEE ALSO

RESOURCES

Copied to clipboard
Kai