From f0faba633f676f0c02b843e33e11218e565a9f7d Mon Sep 17 00:00:00 2001 From: John Freed Date: Sun, 3 Oct 2021 15:39:57 +0200 Subject: [PATCH] update documentation --- man/signal-cli-dbus.5.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/signal-cli-dbus.5.adoc b/man/signal-cli-dbus.5.adoc index 29066d5e..2510d717 100755 --- a/man/signal-cli-dbus.5.adoc +++ b/man/signal-cli-dbus.5.adoc @@ -241,7 +241,7 @@ Exceptions: Failure, InvalidNumber, UntrustedIdentity sendGroupMessage(message, attachments, groupId) -> timestamp:: * message : Text to send (can be UTF8) -* attachments : String array of filenames or URLs to send as attachments +* attachments : String array of filenames to send as attachments (passed as filename, so need to be readable by the user signal-cli is running under) * groupId : Byte array representing the internal group identifier * timestamp : Long, can be used to identify the corresponding Signal reply @@ -261,7 +261,7 @@ Exceptions: Failure sendNoteToSelfMessage(message, attachments) -> timestamp:: * message : Text to send (can be UTF8) -* attachments : String array of filenames or URLs to send as attachments +* attachments : String array of filenames to send as attachments (passed as filename, so need to be readable by the user signal-cli is running under) * timestamp : Long, can be used to identify the corresponding Signal reply Exceptions: Failure, AttachmentInvalid @@ -269,7 +269,7 @@ Exceptions: Failure, AttachmentInvalid sendMessage(message, attachments, recipient) -> timestamp:: sendMessage(message, attachments, recipients) -> timestamp:: * message : Text to send (can be UTF8) -* attachments : String array of filenames or URLs to send as attachments +* attachments : String array of filenames to send as attachments (passed as filename, so need to be readable by the user signal-cli is running under) * recipient : Phone number of a single recipient * recipients : String array of phone numbers * timestamp : Long, can be used to identify the corresponding Signal reply