mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 14:10:37 +00:00
new DBus signal ReceiptReceivedV2
ReceiptReceivedV2 (timestamp<x>, sender<s>, isDeliveryReceipt<b>, isReadReceipt <b>, isViewedReceipt<b>):: send three (mutually exclusive) booleans to describe nature of receipt
This commit is contained in:
parent
a884b7b1d5
commit
24e7c028b9
4 changed files with 82 additions and 4 deletions
|
@ -303,6 +303,15 @@ ReceiptReceived (timestamp<x>, sender<s>)::
|
|||
|
||||
This signal is sent by each recipient (e.g. each group member) after the message was successfully delivered to the device
|
||||
|
||||
ReceiptReceivedV2 (timestamp<x>, sender<s>, isDeliveryReceipt<b>, isReadReceipt<b>, isViewedReceipt<b>)::
|
||||
* timestamp : Integer value that can be used to associate this e.g. with a sendMessage()
|
||||
* sender : Phone number of the sender
|
||||
* isDeliveryReceipt : boolean representing whether a delivery receipt was received
|
||||
* isReadReceipt : boolean representing whether a read receipt was received
|
||||
* isViewedReceipt : boolean representing whether a viewed receipt was received
|
||||
|
||||
This signal is sent by each recipient (e.g. each group member) after the message was successfully delivered to the device
|
||||
|
||||
== Examples
|
||||
|
||||
Send a text message (without attachment) to a contact::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue