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 {
void removeDevice() throws Error.Failure;
}
+ @DBusProperty(name = "ReadReceipts", type = Boolean.class)
+ @DBusProperty(name = "UnidentifiedDeliveryIndicators", type = Boolean.class)
+ @DBusProperty(name = "TypingIndicators", type = Boolean.class)
+ @DBusProperty(name = "LinkPreviews", type = Boolean.class)
+ interface Configuration extends DBusInterface, Properties {}
+
class StructGroup extends Struct {
@Position(0)