useLoadStickerPacksEffect Suggest EditsThe purpose of useLoadStickerPacksEffect hook is to fetch and update the sticker pack resource. Example Usage: TypeScriptconst { reactionPacks } = useReactionPacks({ reactionSpaceId: "<Reaction space ID>", }); useLoadStickerPacksEffect(); Updated about 1 year ago Table of Contents Example Usage: