ChannelSettingsMemberMenu

fun ChannelSettingsMemberMenu(memberCount: Int, modifier: Modifier = Modifier, onClick: () -> Unit = {})

Represents the channel settings menu to view the members of the channel.

Since

1.0.0

Parameters

memberCount

The count of members in the channel to be shown in the menu.

modifier

The modifier to be applied to the view.