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  DiscordCoreAPI::AddThreadMemberData
 For adding a chosen User to a chosen Thread. More...
 
struct  DiscordCoreAPI::GetActiveGuildThreadsData
 For listing the active Threads in a chosen Guild. More...
 
struct  DiscordCoreAPI::GetActiveThreadsData
 For collecting the list of active Threads. More...
 
struct  DiscordCoreAPI::GetJoinedPrivateArchivedThreadsData
 For collecting joined protected archived Threads from a given Channel. More...
 
struct  DiscordCoreAPI::GetPrivateArchivedThreadsData
 For collecting protected archived Threads from a given Channel. More...
 
struct  DiscordCoreAPI::GetPublicArchivedThreadsData
 For collecting puiblic archived Threads from a given Channel. More...
 
struct  DiscordCoreAPI::GetThreadMemberData
 For collecting a ThreadMember responseData structure for a given ThreadMember. More...
 
struct  DiscordCoreAPI::GetThreadMembersData
 For collecting the list of ThreadMembers from a Thread. More...
 
struct  DiscordCoreAPI::JoinThreadData
 For joining a Thread. More...
 
struct  DiscordCoreAPI::LeaveThreadData
 For leaving a Thread. More...
 
struct  DiscordCoreAPI::RemoveThreadMemberData
 For removing a chosen User from a Thread. More...
 
struct  DiscordCoreAPI::StartThreadInForumChannelData
 For starting a Thread, in a forum channel. More...
 
struct  DiscordCoreAPI::StartThreadWithMessageData
 For starting a Thread, based on a Message. More...
 
struct  DiscordCoreAPI::StartThreadWithoutMessageData
 For starting a Thread, not based on a Message. More...
 
class  DiscordCoreAPI::Threads
 An interface class for the Thread related endpoints. More...
 

Namespaces

namespace  DiscordCoreAPI
 The main namespace for this library.