Renders a given list of Chat in an infinite-scrolling list. Each chat will render a preview using ChatMessagePreview.

ChatList(
    header = { Header() },
    onChatClicked = { }
)

For a more detailed API definition, check out the API docs here.