mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 22:10:38 +00:00
Add dbus methods: deleteContact and deleteRecipient
This commit is contained in:
parent
7e7e4150e1
commit
b32580c5af
6 changed files with 49 additions and 5 deletions
|
@ -519,6 +519,16 @@ setContactName(number<s>,name<>) -> <>::
|
|||
|
||||
Exceptions: InvalidNumber, Failure
|
||||
|
||||
deleteContact(number<s>) -> <>::
|
||||
* number : Phone number
|
||||
|
||||
Exceptions: Failure
|
||||
|
||||
deleteRecipient(number<s>) -> <>::
|
||||
* number : Phone number
|
||||
|
||||
Exceptions: Failure
|
||||
|
||||
setExpirationTimer(number<s>, expiration<i>) -> <>::
|
||||
* number : Phone number of recipient
|
||||
* expiration : int32 for the number of seconds before messages to this recipient disappear. Set to 0 to disable expiration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue