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