X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/9ad24614cb800c0e3f853dc985d8d4180bbdd04d..3e280c77a9791d5302b41271ac6ef3178a6a1459:/man/signal-cli-dbus.5.adoc diff --git a/man/signal-cli-dbus.5.adoc b/man/signal-cli-dbus.5.adoc index 2a83e50c..1d78f7f6 100644 --- a/man/signal-cli-dbus.5.adoc +++ b/man/signal-cli-dbus.5.adoc @@ -5,6 +5,7 @@ vim:set ts=4 sw=4 tw=82 noet: :quotes.~: = signal-cli-dbus (5) +:doctype: manpage == Name @@ -202,6 +203,15 @@ Depending on the type of the recipient(s) field this sends a reaction to one or Exceptions: Failure, InvalidNumber +sendPaymentNotification(receipt, note, recipient) -> timestamp:: +* receipt : Byte array with the payment receipt blob +* note : String with a note for the payment +* recipient : String with the phone number of a single recipient + +* timestamp : Long, can be used to identify the corresponding Signal reply + +Exceptions: Failure + sendNoteToSelfMessage(message, attachments) -> timestamp:: * message : Text to send (can be UTF8) * 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)