package org.asamk;
-import org.asamk.Signal.Error;
import org.freedesktop.dbus.exceptions.DBusException;
import org.freedesktop.dbus.exceptions.DBusExecutionException;
import org.freedesktop.dbus.interfaces.DBusInterface;
import org.freedesktop.dbus.messages.DBusSignal;
-import org.whispersystems.libsignal.util.guava.Optional;
-import java.io.IOException;
import java.util.List;
/**
String emoji, boolean remove, String targetAuthor, long targetSentTimestamp, List<String> recipients
) throws Error.InvalidNumber, Error.Failure;
+ void sendContacts() throws Error.Failure;
+
+ void sendSyncRequest() throws Error.Failure;
+
long sendNoteToSelfMessage(
String message, List<String> attachments
) throws Error.AttachmentInvalid, Error.Failure;
byte[] joinGroup(final String groupLink) throws Error.Failure;
+ String uploadStickerPack(String stickerPackPath) throws Error.Failure;
+
class MessageReceived extends DBusSignal {
private final long timestamp;