public interface PrivateChannel extends MessageChannel, IFakeable
Modifier and Type | Method and Description |
---|---|
RestAction |
close()
Closes a PrivateChannel.
|
JDA |
getJDA()
Returns the
JDA instance of this PrivateChannel |
User |
getUser()
The
User that this PrivateChannel communicates with. |
deleteMessageById, getHistory, getMessageById, getPinnedMessages, pinMessageById, sendFile, sendMessage, sendMessage, sendTyping, unpinMessageById
getCreationTime, getId
User getUser()
User
that this PrivateChannel
communicates with.User
.JDA getJDA()
JDA
instance of this PrivateChannelgetJDA
in interface MessageChannel
RestAction close()
RestAction