Skip to main content

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.

PropertyTypeDescriptionOptional
participantsListMember[]List of members participating in the feed.
loadMoreParticipantsbooleanIndicates if more participants can be loaded.
getMembersZeroArgVoidReturnsFetches the list of participants.

Reference

For reference checkout this file