Support additional sticker states
Co-authored-by: scott@signal.org Co-authored-by: ken@signal.org
This commit is contained in:
parent
41880cfe66
commit
be5d0837f8
35 changed files with 925 additions and 249 deletions
10
js/modules/stickers.d.ts
vendored
10
js/modules/stickers.d.ts
vendored
|
@ -1 +1,11 @@
|
|||
export function maybeDeletePack(packId: string): Promise<void>;
|
||||
|
||||
export function downloadStickerPack(
|
||||
packId: string,
|
||||
packKey: string,
|
||||
options?: {
|
||||
finalStatus?: 'installed' | 'downloaded';
|
||||
messageId?: string;
|
||||
fromSync?: boolean;
|
||||
}
|
||||
): Promise<void>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue