• NOTE: Exotic components are not callable.

    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

Generated using TypeDoc