Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

getReactionPackDetail

  • description

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

    async
    since

    2.29.0

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

    Parameters

    Returns Promise<IReactionPack>

getReactionPacks

  • description

    Get list of reaction packs in an application

    async
    since

    2.29.0

    example
    getReactionPacks().then(({results}) => console.log(results))
    

    Returns Promise<IPaginatedResponse<IReactionPack>>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Interface with type parameter
  • Enumeration

Generated using TypeDoc