GroupChannelInfoExpandMembersItem

open fun LazyItemScope.GroupChannelInfoExpandMembersItem(collapsedCount: Int, onClick: () -> Unit)

Factory method for creating the expand members item in the group channel info screen.

Parameters

collapsedCount

The number of members that are currently collapsed.

onClick

Callback invoked when the user clicks to expand the member list.