useExploreFeeds
Introduction
The useExploreFeeds
hook is used to implement channel list for groupchat chatrooms. You can use these to create your own custom UI for groupchat channel lists. Its returns the follwing values.
Property | Type | Description | Optional |
---|---|---|---|
participantsList | Member[] | List of members participating in the feed. | |
loadMoreParticipants | boolean | Indicates if more participants can be loaded. | |
getMembers | ZeroArgVoidReturns | Fetches the list of participants. |
Reference
For reference checkout this file