Uses of Interface
org.javacord.api.entity.Deletable
-
-
Uses of Deletable in org.javacord.api.entity.channel
Subinterfaces of Deletable in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceChannelCategoryThis class represents a channel category.interfaceRegularServerChannelinterfaceServerChannelThis class represents a server channel.interfaceServerForumChannelThis class represents a server forum channel.interfaceServerStageVoiceChannelinterfaceServerTextChannelThis class represents a server text channel.interfaceServerThreadChannelThis class represents a channel thread.interfaceServerVoiceChannelThis class represents a server voice channel.interfaceUnknownRegularServerChannelThis class represents an unknown regular server channel.interfaceUnknownServerChannelThis class represents an unknown server channel. -
Uses of Deletable in org.javacord.api.entity.emoji
Subinterfaces of Deletable in org.javacord.api.entity.emoji Modifier and Type Interface Description interfaceKnownCustomEmojiThis class represents a known custom emoji. -
Uses of Deletable in org.javacord.api.entity.message
Subinterfaces of Deletable in org.javacord.api.entity.message Modifier and Type Interface Description interfaceMessageThis class represents a Discord message. -
Uses of Deletable in org.javacord.api.entity.permission
Subinterfaces of Deletable in org.javacord.api.entity.permission Modifier and Type Interface Description interfaceRoleThis class represents a Discord role, e.g. -
Uses of Deletable in org.javacord.api.entity.server
Subinterfaces of Deletable in org.javacord.api.entity.server Modifier and Type Interface Description interfaceServerThe class represents a Discord server, sometimes also called guild. -
Uses of Deletable in org.javacord.api.entity.server.invite
Subinterfaces of Deletable in org.javacord.api.entity.server.invite Modifier and Type Interface Description interfaceInviteThis class represents an invite object.interfaceRichInviteThis class represents an invite with additional information like expire date, creator, etc. -
Uses of Deletable in org.javacord.api.entity.sticker
Subinterfaces of Deletable in org.javacord.api.entity.sticker Modifier and Type Interface Description interfaceStickerThis class represents a Discord sticker object. -
Uses of Deletable in org.javacord.api.entity.webhook
Subinterfaces of Deletable in org.javacord.api.entity.webhook Modifier and Type Interface Description interfaceIncomingWebhookThis class represents a webhook you can send messages to.interfaceWebhookThis class represents a webhook.
-