mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
parent
e92d37e3a5
commit
861f47d734
4 changed files with 34 additions and 2 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