mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Implement viewedReceipt
commitcd29144e81
Merge:14532be
f884175
Author: AsamK <asamk@gmx.de> Date: Sat Oct 30 12:46:59 2021 +0200 Merge branch 'master' into dbus_sendviewed commit14532befde
Author: John Freed <okgithub@johnfreed.com> Date: Thu Oct 7 08:24:00 2021 +0200 update deliveryReceipt to conform commita9a6edaf3f
Author: John Freed <okgithub@johnfreed.com> Date: Thu Oct 7 07:40:20 2021 +0200 implement viewedReceipt for Dbus and Json -- note that this changes the JsonReceiptMessage structure update documentation Closes #764
This commit is contained in:
parent
f884175748
commit
cb70209c60
4 changed files with 27 additions and 3 deletions
|
@ -462,6 +462,12 @@ sendReadReceipt(recipient<s>, targetSentTimestamps<ax>) -> <>::
|
|||
|
||||
Exceptions: Failure, UntrustedIdentity
|
||||
|
||||
sendViewedReceipt(recipient<s>, targetSentTimestamp<ax>) -> <>::
|
||||
* recipient : Phone number of a single recipient
|
||||
* targetSentTimestamp : Array of Longs to identify the corresponding signal messages
|
||||
|
||||
Exceptions: Failure, UntrustedIdentity
|
||||
|
||||
sendRemoteDeleteMessage(targetSentTimestamp<x>, recipient<s>) -> timestamp<x>::
|
||||
sendRemoteDeleteMessage(targetSentTimestamp<x>, recipients<as>) -> timestamp<x>::
|
||||
* targetSentTimestamp : Long representing timestamp of the message to delete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue