Don't forget to cleanup in-memory sticker pack
This commit is contained in:
@@ -390,7 +390,7 @@ export type DataInterface = {
|
||||
deleteStickerPackReference: (
|
||||
messageId: string,
|
||||
packId: string
|
||||
) => Promise<Array<string>>;
|
||||
) => Promise<ReadonlyArray<string> | undefined>;
|
||||
getStickerCount: () => Promise<number>;
|
||||
deleteStickerPack: (packId: string) => Promise<Array<string>>;
|
||||
getAllStickerPacks: () => Promise<Array<StickerPackType>>;
|
||||
|
Reference in New Issue
Block a user