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;
String uploadStickerPack(String stickerPackPath) throws Error.Failure;
+ void submitRateLimitChallenge(String challenge, String captchaString) throws IOErrorException;
+
class MessageReceived extends DBusSignal {
private final long timestamp;