Don't forget to cleanup in-memory sticker pack
This commit is contained in:
parent
d4a30a0165
commit
93f60ee5a6
4 changed files with 7 additions and 9 deletions
|
@ -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>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue