![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For starting a Thread, in a forum channel. More...
#include <ThreadEntities.hpp>
Public Data Members | |
Snowflake | channelId {} |
The id of the channel. | |
ForumThreadMessageData | message {} |
Duration in minutes to automatically archive. | |
std::string | name {} |
1-100 character channel name auto_archive_duration. | |
int32_t | rateLimitPerUser {} |
Integer amount of seconds a user has to wait before sending another message(0 - 21600). | |
std::string | reason {} |
Reason for starting the Thread. | |
ForumThreadMessageData DiscordCoreAPI::StartThreadInForumChannelData::message {} |
A forum thread message params object contents of the first message in the forum thread.
Definition at line 74 of file ThreadEntities.hpp.