- Preparing search index...
- The search index is not available
Documentation
Interface GroupChannelModule
Properties
Header
Header
: CommonComponent<{ onPressHeaderLeft
: (() => void); onPressHeaderRight
: (() => void); shouldHideRight
: (() => boolean); }>
Input
Input
: CommonComponent<Pick<ChannelInputProps, "onPressUpdateUserMessage" | "onUpdateUserMessage" | "shouldRenderInput" | "onPressSendUserMessage" | "onPressSendFileMessage" | "onPressUpdateFileMessage" | "SuggestedMentionList" | "onSendFileMessage" | "onSendUserMessage" | "onUpdateFileMessage">>
MessageList
Message
List
: CommonComponent<Pick<ChannelMessageListProps<GroupChannel>, "channel" | "onTopReached" | "onBottomReached" | "onScrolledAwayFromBottom" | "currentUserId" | "enableMessageGrouping" | "searchItem" | "hasNext" | "onDeleteMessage" | "onResendFailedMessage" | "onPressMediaMessage" | "renderNewMessagesButton" | "renderScrollToBottomButton" | "renderMessage" | "messages" | "newMessages" | "scrolledAwayFromBottom" | "flatListProps" | "onPressImageMessage"> & { newMessagesFromMembers
: SendbirdMessage[]; nextMessages
: SendbirdMessage[]; onResetMessageList
: ((callback
?: (() => void)) => void); }>