awaitCreateDistinctChannelIfNotExist

suspend fun GroupChannel.Companion.awaitCreateDistinctChannelIfNotExist(params: GroupChannelCreateParams): CreateDistinctChannelResult

Create distinct channel if not exist

Return

The created channel.

Since

4.17.0

Parameters

params

Params of channel. Refer to GroupChannelCreateParams.