updateTopic

suspend fun updateTopic(topic: String?): Channel(source)

Update this channel's topic.

Can only be performed on GuildTextChannel.

Return

The updated channel.

Parameters

topic

The new channel topic.

Throws