TopGuildChannelBehavior
The behavior of a non-thread Discord channel associated to a guild.
'Top' channels are those that do not require a parent channel to be created, and can be found at the top of the UI's hierarchy.
Inheritors
Properties
The guild behavior this channel is associated to.
This channel formatted as a mention as used by the Discord API.
The supplier used to request entities.
Functions
Requests to add or replace a PermissionOverwrite to this entity.
Requests to get this behavior as a TopGuildChannel.
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 TopGuildChannel, returns null if the channel isn't present or if the channel isn't a guild channel.
Requests to add or replace a PermissionOverwrite for the memberId.
Requests to add or replace a PermissionOverwrite for the roleId.
Retrieve the TopGuildChannel associated with this behaviour from the provided EntitySupplier
Retrieve the TopGuildChannel associated with this behaviour from the provided EntitySupplier returns null if the TopGuildChannel isn't present.
Requests to get this channel's Guild, returns null if the guild isn't present.
Requests to get the position of this channel in the guild, as displayed in Discord.
Returns a new TopGuildChannelBehavior with the given strategy.