Verify sticker data in getDataFromLink
This commit is contained in:
parent
333feaa81e
commit
aaed0db2e5
5 changed files with 178 additions and 13 deletions
2
js/modules/stickers.d.ts
vendored
2
js/modules/stickers.d.ts
vendored
|
@ -10,4 +10,6 @@ export function downloadStickerPack(
|
|||
}
|
||||
): Promise<void>;
|
||||
|
||||
export function isPackIdValid(packId: unknown): packId is string;
|
||||
|
||||
export function redactPackId(packId: string): string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue