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;