Uses of Interface
org.javacord.api.entity.channel.PrivateChannel
-
-
Uses of PrivateChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type PrivateChannel Modifier and Type Method Description default Optional<PrivateChannel>DiscordApi. getPrivateChannelById(long id)Gets a private channel by its id.default Optional<PrivateChannel>DiscordApi. getPrivateChannelById(String id)Gets a private channel by its id.default Collection<PrivateChannel>DiscordApi. getPrivateChannels()Gets a collection with all private channels of the bot. -
Uses of PrivateChannel in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type PrivateChannel Modifier and Type Method Description default Optional<PrivateChannel>Channel. asPrivateChannel()Gets the channel as private channel.default Optional<PrivateChannel>PrivateChannel. getCurrentCachedInstance()default CompletableFuture<PrivateChannel>PrivateChannel. getLatestInstance() -
Uses of PrivateChannel in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return types with arguments of type PrivateChannel Modifier and Type Method Description default Optional<PrivateChannel>Message. getPrivateChannel()Gets the private channel of the message. -
Uses of PrivateChannel in org.javacord.api.entity.user
Methods in org.javacord.api.entity.user that return types with arguments of type PrivateChannel Modifier and Type Method Description Optional<PrivateChannel>User. getPrivateChannel()Gets the private channel with the user.CompletableFuture<PrivateChannel>User. openPrivateChannel()Opens a new private channel with the given user. -
Uses of PrivateChannel in org.javacord.api.event.channel
Methods in org.javacord.api.event.channel that return types with arguments of type PrivateChannel Modifier and Type Method Description default Optional<PrivateChannel>TextChannelEvent. getPrivateChannel()Gets the channel of the event as a private channel. -
Uses of PrivateChannel in org.javacord.api.event.channel.user
Methods in org.javacord.api.event.channel.user that return PrivateChannel Modifier and Type Method Description PrivateChannelPrivateChannelEvent. getChannel()
-