From 9d22d4f626fd2f998e9052bdf5f6f4612aa59127 Mon Sep 17 00:00:00 2001 From: adaptivegarage Date: Mon, 5 Apr 2021 10:41:07 +0200 Subject: [PATCH] Implementation of remoteDelete command, iteration 5 --- man/signal-cli.1.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/man/signal-cli.1.adoc b/man/signal-cli.1.adoc index 16b684ea..f6145385 100644 --- a/man/signal-cli.1.adoc +++ b/man/signal-cli.1.adoc @@ -193,6 +193,19 @@ Specify the timestamp of the message to which to react. *-r*, *--remove*:: Remove a reaction. +=== remoteDelete + +Remotely delete a previously sent message. + +RECIPIENT:: +Specify the recipients’ phone number. + +*-g* GROUP, *--group* GROUP:: +Specify the recipient group ID in base64 encoding. + +*-t* TIMESTAMP, *--target-timestamp* TIMESTAMP:: +Specify the timestamp of the message to delete. + === receive Query the server for new messages.