update

fun update(message: Message? = null, extraData: 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

message

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

extraData

The updated channel extra data.