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 { useChannel } from '@towns-protocol/react-sdk'
function useChannel( spaceId: string, channelId: string, config?: ObservableConfig.FromObservable<Channel>, ): ObservableValue<ChannelModel>
string
ObservableConfig.FromObservable<Channel>
ObservableValue<ChannelModel>
Was this page helpful?