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?