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

Web_hook_data data. More...

#include <FoundationEntities.hpp>

Public Data Members

snowflake applicationId {}
 Application id.
 
jsonifier::string avatar {}
 Avatar of the web_hook_data.
 
snowflake channelId {}
 channel_data id for which the web_hook_data was issued.
 
snowflake guildId {}
 Guild id for which the web_hook_data was issued.
 
jsonifier::string name {}
 Name of the web_hook_data.
 
channel_data sourceChannel {}
 channel_data for which th web_hook_data was issued.
 
guild_data sourceGuild {}
 Source guild id.
 
jsonifier::string token {}
 Token of the web_hook_data.
 
web_hook_type type {}
 Type of web_hook_data.
 
jsonifier::string url {}
 Url of the web_hook_data.
 
user_data user {}
 User_data which create the web_hook_data.
 

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