We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b4cb0 commit 3e2b9b5Copy full SHA for 3e2b9b5
src/main/java/net/dv8tion/jda/api/components/UnknownComponent.java
@@ -18,6 +18,13 @@
18
19
import javax.annotation.Nonnull;
20
21
+/**
22
+ * Represents a component which has an unknown type.
23
+ *
24
+ * <p>Such components can be received and sent back, but cannot be modified in any way.
25
26
+ * @see ComponentUnion#isUnknownComponent()
27
+ */
28
public interface UnknownComponent extends Component
29
{
30
@Override
0 commit comments