update Channel
fun GroupChannel.updateChannel(params: GroupChannelUpdateParams, handler: ResultHandler<GroupChannel>?)
Update this channel with GroupChannelUpdateParams.
Return
The updated channel.
Since
4.15.0
Parameters
params
The params to update a channel.
handler
The handler to be invoked when the operation completes.
Update this channel with OpenChannelParams.
Since
4.15.0
Parameters
params
The params to update this channel.
handler
The handler to be invoked when the operation completes.
Deprecated
As of 4.17.0, replaced with awaitUpdateChannel(params).
Replace with
awaitUpdateChannel(params)
Content copied to clipboard
Update this channel with GroupChannelUpdateParams.
Return
The updated channel.
Since
4.15.0
Parameters
params
Params of channel. Refer to GroupChannelUpdateParams.
Deprecated
As of 4.17.0, replaced with awaitUpdateChannel(params).
Replace with
awaitUpdateChannel(params)
Content copied to clipboard
Update this channel with OpenChannelParams.
Return
The updated channel.
Since
4.15.0
Parameters
params
Params of channel. Refer to OpenChannelCreateParams.