Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
inline fun PermissionOverwritesBuilder.addMemberOverwrite(memberId: Snowflake, builder: PermissionOverwriteBuilder.() -> Unit)

Adds an Overwrite for the memberId.

Link copied to clipboard
open override fun addOverwrite(overwrite: Overwrite)

Adds overwrite to this builder.

Link copied to clipboard
inline fun PermissionOverwritesBuilder.addRoleOverwrite(roleId: Snowflake, builder: PermissionOverwriteBuilder.() -> Unit)

Adds an Overwrite for the roleId.

Link copied to clipboard

Properties

Link copied to clipboard
var name: String?

The name of the category.

Link copied to clipboard
open override var permissionOverwrites: MutableSet<Overwrite>?

The permission overwrites for this category.

Link copied to clipboard

The position of this category in the guild's channel list.

Link copied to clipboard
open override var reason: String?

The reason for this request, this will be displayed in the audit log.