public interface PrivateChannel extends MessageChannel
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
The Id of the
PrivateChannel . |
JDA |
getJDA()
Returns the
JDA instance of this PrivateChannel |
User |
getUser()
The
User that this PrivateChannel communicates with. |
sendFile, sendFileAsync, sendMessage, sendMessage, sendMessageAsync, sendMessageAsync, sendTyping
java.lang.String getId()
PrivateChannel
. This is typically 18 characters long.User getUser()
User
that this PrivateChannel
communicates with.User
.