Add sendTyping and sendReceipt to dbus interface

This commit is contained in:
jonas.hoefer 2021-09-13 11:36:59 +02:00
parent 12e85ec671
commit b48bd57a5d
3 changed files with 59 additions and 0 deletions

View file

@ -125,6 +125,19 @@ Depending on the type of the recipient field this sends a message to one or mult
Exceptions: AttachmentInvalid, Failure, InvalidNumber, UntrustedIdentity
sendTyping(recipient<s>, stop<b>) -> <>::
* recipient : Phone number of a single recipient
* targetSentTimestamp : True, if typing state should be stopped
Exceptions: Failure, GroupNotFound, UntrustedIdentity
sendReceipt(recipient<s>, targetSentTimestamp<x>) -> <>::
* recipient : Phone number of a single recipient
* targetSentTimestamp : Long, can be used to identify the corresponding signal message
Exceptions: Failure, UntrustedIdentity
sendGroupMessageReaction(emoji<s>, remove<b>, targetAuthor<s>, targetSentTimestamp<x>, groupId<ay>) -> timestamp<x>::
* emoji : Unicode grapheme cluster of the emoji
* remove : Boolean, whether a previously sent reaction (emoji) should be removed