package org.asamk;
-import org.asamk.signal.commands.exceptions.IOErrorException;
import org.freedesktop.dbus.DBusPath;
import org.freedesktop.dbus.Struct;
import org.freedesktop.dbus.annotations.DBusProperty;
String uploadStickerPack(String stickerPackPath) throws Error.Failure;
- void submitRateLimitChallenge(String challenge, String captchaString) throws IOErrorException;
+ void submitRateLimitChallenge(String challenge, String captchaString) throws Error.Failure;
class MessageReceivedV2 extends DBusSignal {