mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 22:10:38 +00:00
implement sendTyping for Dbus
update documentation
This commit is contained in:
parent
545eec12d8
commit
21db752d28
3 changed files with 69 additions and 3 deletions
|
@ -195,6 +195,15 @@ Depending on the type of the recipient(s) field this deletes a message with one
|
|||
|
||||
Exceptions: Failure, InvalidNumber
|
||||
|
||||
sendTyping(typingAction<b>, base64GroupId<s>, recipients<as>) -> <>
|
||||
* typingAction : true = start typing, false = stop typing
|
||||
* base64GroupId : String representing the internal group identifier in Base64 format
|
||||
* recipients : List of phone numbers
|
||||
|
||||
Note that you must specify either the base64GroupId or the list of recipients, but not both.
|
||||
|
||||
Exceptions: Failure, UntrustedIdentity
|
||||
|
||||
getContactName(number<s>) -> name<s>::
|
||||
* number : Phone number
|
||||
* name : Contact's name in local storage (from the primary device for a linked account, or the one set with setContactName); if not set, contact's profile name is used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue