Verify sticker data in getDataFromLink

This commit is contained in:
Evan Hahn 2020-08-26 17:16:59 -05:00 committed by Josh Perez
parent 333feaa81e
commit aaed0db2e5
5 changed files with 178 additions and 13 deletions

View file

@ -10,4 +10,6 @@ export function downloadStickerPack(
}
): Promise<void>;
export function isPackIdValid(packId: unknown): packId is string;
export function redactPackId(packId: string): string;