Add addStickerPack command

This commit is contained in:
AsamK 2023-08-20 22:27:50 +02:00
parent 133e2cc222
commit e867c57af8
14 changed files with 159 additions and 25 deletions

View file

@ -481,6 +481,11 @@ public class DbusManagerImpl implements Manager {
}
}
@Override
public void installStickerPack(final StickerPackUrl url) throws IOException {
throw new UnsupportedOperationException();
}
@Override
public List<StickerPack> getStickerPacks() {
throw new UnsupportedOperationException();