}
public StickerPack addOrUpdateStickerPack(
- final StickerPackId stickerPackId, final byte[] stickerPackKey, final boolean installed
+ final StickerPackId stickerPackId,
+ final byte[] stickerPackKey,
+ final boolean installed
) {
final var sticker = account.getStickerStore().getStickerPack(stickerPackId);
if (sticker != null) {
}
public JsonStickerPack getOrRetrieveStickerPack(
- StickerPackId packId, byte[] packKey
+ StickerPackId packId,
+ byte[] packKey
) throws InvalidStickerException {
try {
retrieveStickerPack(packId, packKey);