mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
implement DBus submitRateLimitChallenge method (#763)
update documentation
This commit is contained in:
parent
26594dd0ee
commit
d4838bd646
3 changed files with 25 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue