- Preparing search index...
 
- The search index is not available
 
Documentation 
 
Interface OpenChannelMutedParticipantsModule
 
Hierarchy
- OpenChannelMutedParticipantsModule
 
Properties
List
List
: CommonComponent<{     ListEmptyComponent
?: ReactElement<any, string | JSXElementConstructor<any>>;     mutedParticipants
: RestrictedUser[];     onLoadNext
: (() => void);     renderUser
: ((props
: {         user
: RestrictedUser;     }) => null | ReactElement<any, string | JSXElementConstructor<any>>); }>