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
|
@ -1,5 +1,7 @@
|
|||
package org.asamk;
|
||||
|
||||
import org.asamk.signal.commands.exceptions.IOErrorException;
|
||||
|
||||
import org.freedesktop.dbus.DBusPath;
|
||||
import org.freedesktop.dbus.annotations.DBusProperty;
|
||||
import org.freedesktop.dbus.exceptions.DBusException;
|
||||
|
@ -141,6 +143,8 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
String uploadStickerPack(String stickerPackPath) throws Error.Failure;
|
||||
|
||||
void submitRateLimitChallenge(String challenge, String captchaString) throws IOErrorException;
|
||||
|
||||
class MessageReceived extends DBusSignal {
|
||||
|
||||
private final long timestamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue