Function GroupChannelMessageList
- GroupChannelMessageList(props): ReactNode
Parameters
props: Pick<ChannelMessageListProps<GroupChannel>, "channel" | "onTopReached" | "onBottomReached" | "onScrolledAwayFromBottom" | "currentUserId" | "enableMessageGrouping" | "searchItem" | "hasNext" | "onDeleteMessage" | "onResendFailedMessage" | "onPressMediaMessage" | "renderNewMessagesButton" | "renderScrollToBottomButton" | "renderMessage" | "messages" | "newMessages" | "scrolledAwayFromBottom" | "flatListProps"> & {
onResetMessageList: (() => Promise<void>);
onResetMessageListWithStartingPoint: ((startingPoint) => Promise<void>);
onUpdateSearchItem: ((searchItem?) => void);
}
Returns ReactNode
NOTE: Exotic components are not callable.