DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
WebHookEntities.hpp File Reference
Include dependency graph for WebHookEntities.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::create_web_hook_data
 For creating a new web_hook_data. More...
 
struct  discord_core_api::delete_web_hook_data
 For deleting a web_hook. More...
 
struct  discord_core_api::delete_web_hook_message_data
 For deleting a web_hook message_data. More...
 
struct  discord_core_api::delete_web_hook_with_token_data
 For deleting a web_hook, using its token. More...
 
class  discord_core_api::edit_web_hook_data
 For editing a web_hook message_data. More...
 
class  discord_core_api::execute_web_hook_data
 For executing a web_hook. More...
 
struct  discord_core_api::get_channel_web_hooks_data
 For collecting a list of web_hooks from a chosen channel_data. More...
 
struct  discord_core_api::get_guild_web_hooks_data
 For collecting a list of web_hooks from a chosen guild. More...
 
struct  discord_core_api::get_web_hook_data
 Collects a single web_hook_data. More...
 
struct  discord_core_api::get_web_hook_message_data
 For getting a web_hook message_data. More...
 
struct  discord_core_api::get_web_hook_with_token_data
 Collects a single web_hook_data, using the token and snowflake. More...
 
struct  discord_core_api::modify_web_hook_data
 For modifying a web_hook. More...
 
struct  discord_core_api::modify_web_hook_with_token_data
 For modifying a web_hook. More...
 
class  discord_core_api::web_hooks
 An interface class for the web_hook_data related discord endpoints;. More...
 

Namespaces

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