• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<FlatListProps<SendbirdMessage>, "onEndReached"> & { currentUserId?: string; nextMessages: SendbirdMessage[]; onBottomReached: (() => void); onLeaveScrollBottom: ((value: boolean) => void); onTopReached: (() => void) } & RefAttributes<ChatFlatListRef>

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc