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

Represents a guild template. More...

#include <FoundationEntities.hpp>

Public Data Members

jsonifier::string code {}
 The template code(unique id).
 
jsonifier::string createdAt {}
 When this template was created.
 
user_data creator {}
 The user_data who created the template.
 
jsonifier::string creatorId {}
 The id of the user_data who created the template.
 
jsonifier::string description {}
 The description for the template.
 
bool isDirty {}
 Whether the template has unsynced changes.
 
jsonifier::string name {}
 Template name.
 
guild_data serializedSourceGuild {}
 The guild snapshot this template contains.
 
jsonifier::string sourceGuildId {}
 The id of the guild this template is based on.
 
jsonifier::string updatedAt {}
 When this template was last synced to the source guild.
 
uint32_t usageCount {}
 Number of times this template has been used.
 

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