ChannelAvatar
open fun ChannelAvatar(modifier: Modifier, channel: Channel, currentUser: User?, onClick: () -> Unit?)
The default avatar for a channel. It renders the Channel avatar that's shown when browsing channels or when you open the messages screen. Based on the state of the Channel and the number of members, it might use Avatar, UserAvatar, or GroupAvatar to show different types of images.