DmChannel
An instance of a Discord DM channel.
Properties
The flags of this channel, if present.
The behavior of the last message sent to this channel, if present.
The id of the last message sent to this channel, if present.
The timestamp of the last pin
This channel formatted as a mention as used by the Discord API.
Requests to get the pinned messages in this channel.
The behaviors of the recipients of the channel.
The ids of the recipients of the channel.
Requests to get the recipients of the channel.
The supplier used to request entities.
The type of this channel.
Functions
Requests to get this behavior as a Channel .
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 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 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.
Requests to get the last message sent to this channel, return null if no lastMessageId is present or if the message itself 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.