dc_update_channel

dc_update_channel(channel, channel_updater)#

Updates a channel. Only works for server channels.

Blocking function

Invoking this function can freeze the game. Use it in a task to avoid freezing your game.

Input parameters#

Parameter Type Description
channel Channel The channel to update.
channel_updater Channel updater object The data to update.

Output values#

Return values#

  • Returns null.

Uncaught exceptions #

Throws an exception on failure. * api_exception * missing_permission