Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { useReactions } from '@towns-protocol/react-sdk'
function useReactions( streamId: string, config?: ObservableConfig.FromData<Record<string, MessageReactions>>, ): ObservableValue<Record<string, MessageReactions>>
string
ObservableConfig.FromData<Record<string, MessageReactions>>
ObservableValue<Record<string, MessageReactions>>
Was this page helpful?