implement DBus submitRateLimitChallenge method (#763)

update documentation
This commit is contained in:
John Freed 2021-10-07 07:46:15 +02:00 committed by GitHub
parent 26594dd0ee
commit d4838bd646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 1 deletions

View file

@ -363,8 +363,14 @@ uploadStickerPack(stickerPackPath<s>) -> url<s>::
Exception: Failure
== Signals
submitRateLimitChallenge(challenge<s>, captcha<s>) -> <>::
* challenge : The challenge token taken from the proof required error.
* captcha : The captcha token from the solved captcha on the Signal website..
Can be used to lift some rate-limits by solving a captcha.
Exception: IOErrorException
== Signalss
SyncMessageReceived (timestamp<x>, sender<s>, destination<s>, groupId<ay>,message<s>, attachments<as>)::
The sync message is received when the user sends a message from a linked device.