X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/f0d9a33d9a3a3c0031c0734f607da64002e7422e..d9c8711eb0f5391a8f9efaecdef97dc7a7af23e6:/man/signal-cli-dbus.5.adoc diff --git a/man/signal-cli-dbus.5.adoc b/man/signal-cli-dbus.5.adoc index 5d3d214c..e07e4666 100644 --- a/man/signal-cli-dbus.5.adoc +++ b/man/signal-cli-dbus.5.adoc @@ -237,9 +237,9 @@ Exceptions: Failure, InvalidNumber sendTyping(recipient, stop) -> <>:: * recipient : Phone number of a single recipient -* targetSentTimestamp : True, if typing state should be stopped +* stop : True, if typing state should be stopped -Exceptions: Failure, GroupNotFound, UntrustedIdentity +Exceptions: Failure, UntrustedIdentity setContactBlocked(number, block) -> <>:: * number : Phone number affected by method @@ -353,6 +353,12 @@ sendGroupMessage(message, attachments, groupId) -> timestamp:: Exceptions: GroupNotFound, Failure, AttachmentInvalid, InvalidGroupId +sendGroupTyping(groupId, stop) -> <>:: +* groupId : Byte array representing the internal group identifier +* stop : True, if typing state should be stopped + +Exceptions: Failure, GroupNotFound, UntrustedIdentity + sendGroupMessageReaction(emoji, remove, targetAuthor, targetSentTimestamp, groupId) -> timestamp:: * emoji : Unicode grapheme cluster of the emoji * remove : Boolean, whether a previously sent reaction (emoji) should be removed