This is used in coordination with either a CreateChannelView or a ChannelSettingsView to set or update the users in a given channel.

val state = remember(chat) { ChannelUserSelectionState(chat) }
SelectChannelUsersView(state = state)

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