From c0c3863c72aa22dd038fa9149b2d6fcf4a3018e9 Mon Sep 17 00:00:00 2001 From: "jonas.hoefer" Date: Mon, 13 Sep 2021 15:36:18 +0200 Subject: [PATCH] Adapt documentation --- man/signal-cli-dbus.5.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/signal-cli-dbus.5.adoc b/man/signal-cli-dbus.5.adoc index d055bc6b..4ff5e994 100755 --- a/man/signal-cli-dbus.5.adoc +++ b/man/signal-cli-dbus.5.adoc @@ -33,6 +33,7 @@ Where is according to DBus specification: * : Byte Array * : Array of Byte Arrays * : String Array +* : Array of signed 64 bit integer * : Boolean (0|1) * : Signed 64 bit integer * <> : no return value @@ -132,9 +133,9 @@ sendTyping(recipient, stop) -> <>:: Exceptions: Failure, GroupNotFound, UntrustedIdentity -sendReceipt(recipient, targetSentTimestamp) -> <>:: +sendReadReceipt(recipient, targetSentTimestamp) -> <>:: * recipient : Phone number of a single recipient -* targetSentTimestamp : Long, can be used to identify the corresponding signal message +* targetSentTimestamp : Array of Longs to identify the corresponding signal messages Exceptions: Failure, UntrustedIdentity