updateChannel

fun updateChannel(channelType: String, channelId: String, updateMessage: Message?, channelExtraData: Map<String, Any> = emptyMap()): Call<Channel>

Updates all of the channel data. Any data that is present on the channel and not included in a full update will be deleted.

Return

Executable async Call responsible for updating channel data.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.

updateMessage

The message object allowing you to show a system message in the channel.

channelExtraData

The updated channel extra data.