Renders a description of a Chat channel in a row format.

This is utilized in the ChannelGroup within UserDetailsView to show which channels the current user has in common with any other user.

There are a few overload methods for this component dependent on your usage and level of customization needs.

ChannelRow(chat = channel)
ChannelRow(chat = channel, showMemberPreview = true)
ChannelRow(
    imageUrls = listOf(userImages),
    title = "My Favorite Channel",
    onClick = { }
)

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