GuildMessageChannelBehavior
The behavior of a Discord message channel associated to a guild.
Inheritors
Properties
The guild behavior this channel is associated to.
This channel formatted as a mention as used by the Discord API.
Requests to get the pinned messages in this channel.
The supplier used to request entities.
Functions
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 create a message with only an embed.
Requests to create a message with only a MessageCreateBuilder.content.
Requests to create a message configured by the builder.
Requests to delete a message in this channel.
Retrieve the GuildMessageChannel associated with this behaviour from the provided EntitySupplier
Retrieve the GuildMessageChannel associated with this behaviour from the provided EntitySupplier returns null if the GuildMessageChannel isn't present.
Requests to get this channel's Guild, returns null if the guild isn't present.
Requests to get a message with the given messageId.
Requests to get a message with the given messageId, returns null if the message isn't present or is not part of this channel.
Returns a new GuildMessageChannelBehavior with the given strategy.