Function getReactionPackDetail

  • Returns Promise<IReactionPack>

    Description

    Get reaction pack detail with collection of reactions using a reaction pack Id

    Async

    Since

    0.1.0

    Example

    getReactionPackDetail({
    reactionPackId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7",
    }).then(reactionPack => console.log(reactionPack))

Generated using TypeDoc