Function getStickerPackDetail

  • Returns Promise<IStickerPack>

    Description

    Get sticker pack detail with collection of stickers using a stickerPackId

    Async

    Since

    0.1.0

    Example

    getStickerPackDetail({
    stickerPackId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7",
    }).then(stickerPack => console.log(stickerPack))

Generated using TypeDoc