Uses of Interface
org.javacord.api.entity.message.Messageable
-
Packages that use Messageable Package Description org.javacord.api.entity.channel org.javacord.api.entity.message org.javacord.api.entity.message.internal org.javacord.api.entity.user org.javacord.api.entity.webhook -
-
Uses of Messageable in org.javacord.api.entity.channel
Subinterfaces of Messageable in org.javacord.api.entity.channel Modifier and Type Interface Description interfacePrivateChannelThis class represents a private channel.interfaceServerTextChannelThis class represents a server text channel.interfaceServerThreadChannelThis class represents a channel thread.interfaceTextChannelThis class represents a text channel. -
Uses of Messageable in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message with parameters of type Messageable Modifier and Type Method Description java.util.concurrent.CompletableFuture<Message>MessageBuilder. send(Messageable messageable)Sends the message. -
Uses of Messageable in org.javacord.api.entity.message.internal
Methods in org.javacord.api.entity.message.internal with parameters of type Messageable Modifier and Type Method Description java.util.concurrent.CompletableFuture<Message>MessageBuilderBaseDelegate. send(Messageable messageable)Sends the message. -
Uses of Messageable in org.javacord.api.entity.user
Subinterfaces of Messageable in org.javacord.api.entity.user Modifier and Type Interface Description interfaceUserThis class represents a user. -
Uses of Messageable in org.javacord.api.entity.webhook
Subinterfaces of Messageable in org.javacord.api.entity.webhook Modifier and Type Interface Description interfaceIncomingWebhookThis class represents a webhook you can send messages to.
-