Uses of Interface
org.javacord.api.entity.channel.TextChannel
-
-
Uses of TextChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type TextChannel Modifier and Type Method Description default Optional<TextChannel>DiscordApi. getTextChannelById(long id)Gets a text channel by its id.default Optional<TextChannel>DiscordApi. getTextChannelById(String id)Gets a text channel by its id.Collection<TextChannel>DiscordApi. getTextChannels()Gets a collection with all text channels of the bot.default Collection<TextChannel>DiscordApi. getTextChannelsByName(String name)Gets a collection with all text channels with the given name.default Collection<TextChannel>DiscordApi. getTextChannelsByNameIgnoreCase(String name)Gets a collection with all text channels with the given name.Methods in org.javacord.api with parameters of type TextChannel Modifier and Type Method Description default CompletableFuture<Message>DiscordApi. getMessageById(long id, TextChannel channel)Gets a message by its id.default CompletableFuture<Message>DiscordApi. getMessageById(String id, TextChannel channel)Gets a message by its id. -
Uses of TextChannel in org.javacord.api.entity.channel
Subinterfaces of TextChannel in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceGroupChannelThis class represents a group channel.interfacePrivateChannelThis class represents a private channel.interfaceServerTextChannelThis class represents a server text channel.Methods in org.javacord.api.entity.channel that return types with arguments of type TextChannel Modifier and Type Method Description default Optional<TextChannel>Channel. asTextChannel()Gets the channel as text channel.default Optional<? extends TextChannel>TextChannel. getCurrentCachedInstance()default CompletableFuture<? extends TextChannel>TextChannel. getLatestInstance() -
Uses of TextChannel in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return TextChannel Modifier and Type Method Description TextChannelMessage. getChannel()Gets the text channel of the message.Methods in org.javacord.api.entity.message with parameters of type TextChannel Modifier and Type Method Description CompletableFuture<Message>MessageBuilder. send(TextChannel channel)Sends the message. -
Uses of TextChannel in org.javacord.api.entity.message.internal
Methods in org.javacord.api.entity.message.internal with parameters of type TextChannel Modifier and Type Method Description CompletableFuture<Message>MessageBuilderDelegate. send(TextChannel channel)Sends the message. -
Uses of TextChannel in org.javacord.api.entity.webhook
Methods in org.javacord.api.entity.webhook that return types with arguments of type TextChannel Modifier and Type Method Description Optional<TextChannel>Webhook. getChannel()Gets the channel of the webhook. -
Uses of TextChannel in org.javacord.api.event.channel
Methods in org.javacord.api.event.channel that return TextChannel Modifier and Type Method Description TextChannelTextChannelEvent. getChannel()
-