signal-desktop/js/modules/stickers.d.ts

12 lines
269 B
TypeScript
Raw Normal View History

export function maybeDeletePack(packId: string): Promise<void>;
export function downloadStickerPack(
packId: string,
packKey: string,
options?: {
finalStatus?: 'installed' | 'downloaded';
messageId?: string;
fromSync?: boolean;
}
): Promise<void>;