Message Channel Builder Impl
class MessageChannelBuilderImpl(val yde: YDE, val guildId: String?, val name: String) : MessageChannelBuilder(source)
Functions
Link copied to clipboard
Creates the new entity.
Link copied to clipboard
Weather this channel is a text or news channel.
Link copied to clipboard
Sets the nsfw flag of the channel.
Link copied to clipboard
Sets the parent id of the channel.
Link copied to clipboard
open override fun setPermissionOverwrites(permissionOverwrites: List<PermissionOverwrite>): MessageChannelBuilder
Sets the permission overwrites of the channel.
Link copied to clipboard
Sets the position of the channel.
Link copied to clipboard
Sets the rate limit per user of the channel.
Link copied to clipboard
Sets the topic of the channel.