ChannelSettingsMemberMenu

fun ChannelSettingsMemberMenu(memberCount: Int, modifier: Modifier = Modifier)

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

Since

1.0.0-beta.1

Parameters

memberCount

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

modifier

The modifier to be applied to the view.