Class ForumPost
java.lang.Object
net.dv8tion.jda.api.entities.channel.forums.ForumPost
Result of creating a post in a
This is a utility class for
ForumChannel
.
This is a utility class for
IPostContainer.createForumPost(String, MessageCreateData)
,
the actual post itself is only the thread channel
.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe starter message of the post.TheThreadChannel
representing the post.
-
Constructor Details
-
ForumPost
-
-
Method Details
-
getMessage
The starter message of the post.
This is created from theMessageCreateData
passed toIPostContainer.createForumPost(String, MessageCreateData)
.- Returns:
Message
-
getThreadChannel
TheThreadChannel
representing the post.
This will use the name provided toIPostContainer.createForumPost(String, MessageCreateData)
.- Returns:
- The forum post thread channel
-