Function getStickerPacks

  • Returns Promise<IPaginatedResponse<IStickerPack>>

    paginated response with results as an array of IStickerPack

    Description

    Get list of sticker packs in an application

    Async

    Since

    0.1.0

    Example

    getStickerPacks().then(({results}) => console.log(results))
    

Generated using TypeDoc