DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
ThreadEntities.hpp File Reference
Include dependency graph for ThreadEntities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes and Structures

struct  discord_core_api::add_thread_member_data
 For adding a chosen user_data to a chosen thread_data. More...
 
struct  discord_core_api::get_active_guild_threads_data
 For listing the active threads in a chosen guild. More...
 
struct  discord_core_api::get_active_threads_data
 For collecting the list of active threads. More...
 
struct  discord_core_api::get_joined_private_archived_threads_data
 For collecting joined protected archived threads from a given channel. More...
 
struct  discord_core_api::get_private_archived_threads_data
 For collecting protected archived threads from a given channel. More...
 
struct  discord_core_api::get_public_archived_threads_data
 For collecting puiblic archived threads from a given channel. More...
 
struct  discord_core_api::get_thread_member_data
 For collecting a thread_member responseData structure for a given thread_member. More...
 
struct  discord_core_api::get_thread_members_data
 For collecting the list of thread_members from a thread_data. More...
 
struct  discord_core_api::join_thread_data
 For joining a thread_data. More...
 
struct  discord_core_api::leave_thread_data
 For leaving a thread_data. More...
 
struct  discord_core_api::remove_thread_member_data
 For removing a chosen user_data from a thread_data. More...
 
struct  discord_core_api::start_thread_in_forum_channel_data
 For starting a thread_data, in a forum channel. More...
 
struct  discord_core_api::start_thread_with_message_data
 For starting a thread_data, based on a message. More...
 
struct  discord_core_api::start_thread_without_message_data
 For starting a thread_data, not based on a message. More...
 
class  discord_core_api::threads
 An interface class for the thread_data related endpoints. More...
 

Namespaces

namespace  discord_core_api
 The main namespace for the forward-facing interfaces.