Package net.dv8tion.jda.api.components
package net.dv8tion.jda.api.components
Abstraction types for message components.
-
ClassDescriptionComponent which supports interactions via
ComponentInteraction.Component of a Message or Modal.The component typesUtility class for components.Base interface forComponentunion types.Represents a component that can be added directly to a message, this includes:ActionRowSectionTextDisplayMediaGallerySeparatorFileDisplayContainerRepresents a union ofMessageTopLevelComponentsthat can be one of:ActionRowSectionTextDisplayMediaGallerySeparatorFileDisplayContainerUnknownComponent, detectable viaIComponentUnion.isUnknownComponent()Represents a component that can be added directly to a modal, this includes:LabelTextDisplayRepresents a union ofModalTopLevelComponentsthat can be one of:LabelTextDisplayUnknownComponent, detectable viaIComponentUnion.isUnknownComponent()A media resolved by Discord including some metadata, typically comes from V2 Components.Represents a component which has an unknown type.