DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::start_thread_in_forum_channel_data Struct Reference

For starting a thread_data, in a forum channel. More...

#include <ThreadEntities.hpp>

Public Data Members

snowflake channelId {}
 The id of the channel.
 
forum_thread_message_data message {}
 duration in minutes to automatically archive. More...
 
jsonifier::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).
 
jsonifier::string reason {}
 Reason for starting the thread_data.
 

Member Data Documentation

◆ message

forum_thread_message_data discord_core_api::start_thread_in_forum_channel_data::message {}

A forum thread message params object contents of the first message in the forum thread.

Definition at line 67 of file ThreadEntities.hpp.


The documentation for this struct was generated from the following file: