Skip to content

Commit 3e2b9b5

Browse files
committed
UnknownComponent docs
1 parent b6b4cb0 commit 3e2b9b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/net/dv8tion/jda/api/components/UnknownComponent.java

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818

1919
import javax.annotation.Nonnull;
2020

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+
*/
2128
public interface UnknownComponent extends Component
2229
{
2330
@Override

0 commit comments

Comments
 (0)