awaitUpdateChannel

suspend fun GroupChannel.awaitUpdateChannel(params: GroupChannelUpdateParams): GroupChannel

Update this channel with GroupChannelUpdateParams.

Return

The updated channel.

Since

4.17.0

Parameters

params

Params of channel. Refer to GroupChannelUpdateParams.


suspend fun OpenChannel.awaitUpdateChannel(params: OpenChannelUpdateParams): OpenChannel

Update this channel with OpenChannelParams.

Return

The updated channel.

Since

4.17.0

Parameters

params

Params of channel. Refer to OpenChannelCreateParams.