Category
An instance of a Discord category associated to a guild.
Properties
Requests to get the channels that belong to this Category.
The flags of this channel, if present.
The guild behavior this channel is associated to.
This channel formatted as a mention as used by the Discord API.
The permission overwrites for this channel.
The raw position of this channel in the guild as displayed by Discord.
The supplier used to request entities.
The type of this channel.
Functions
Requests to add or replace a PermissionOverwrite to this entity.
Requests to get the Channel represented by this ChannelBehavior.
Requests to get the Channel represented by this ChannelBehavior, returns null if the Channel isn't present.
Requests to get this behavior as a Channel, returns null if the channel isn't present.
Requests to create a new news channel with this category as parent.
Requests to create a new stage channel with this category as parent.
Requests to create a new text channel with this category as parent.
Requests to create a new voice channel with this category as parent.
Requests to edit this category.
Requests to add or replace a PermissionOverwrite for the memberId.
Requests to add or replace a PermissionOverwrite for the roleId.
Retrieve the Channel associated with this behaviour from the provided EntitySupplier
Retrieve the Channel associated with this behaviour from the provided EntitySupplier returns null if the Channel isn't present.
Calculates the effective permissions of the memberId in this channel, applying the overwrite for the member and their roles on top of the base permissions.
Requests to get this channel's Guild, returns null if the guild isn't present.
Gets the permission overwrite for the memberId in this channel, if present.
Gets the permission overwrite for the roleId in this channel, if present.
Requests to get the position of this channel in the guild, as displayed in Discord.