add_sticker_pack
Install a Signal sticker pack from a signal.art URL, returning the pack_id ready for sending or retrieving stickers without extra lookups.
Instructions
Install a Signal sticker pack from a signal.art URL. Returns {status, pack_id} — pack_id is parsed from the URI, ready to pass directly to get_sticker or send_sticker/send_group_sticker without a separate list_sticker_packs call. Use list_sticker_packs instead if you need to browse the pack's sticker_id/emoji contents first. The URI must be a signal.art URL in the format: https://signal.art/addstickers/#pack_id=...&pack_key=...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Sticker pack URL (https://signal.art/addstickers/#pack_id=...&pack_key=...) |