MessageChannelBehavior
The behavior of a Discord channel that can use messages.
Inheritors
Properties
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 MessageChannel.
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 MessageChannel, 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 MessageChannel associated with this behaviour from the provided EntitySupplier
Retrieve the MessageChannel associated with this behaviour from the provided EntitySupplier returns null if the MessageChannel 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 MessageChannelBehavior with the given strategy.