onBeforeUpdateOpenChannel

protected open fun onBeforeUpdateOpenChannel(@NonNull params: OpenChannelUpdateParams)

It will be called before updating group channel. If you want add more data, you can override this and set the data.

Parameters

params

Params of channel. Refer to OpenChannelUpdateParams.