createChannel

abstract fun createChannel(user: UikitUser)

Requests to create a channel with the selected users. The result will be notified by MembersViewModelContract.createChannelEventState.

Since

1.3.0

Parameters

user

The UikitUser to create a channel with.

See also

MembersScreenResourceRepository.createChannel