![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Represents a Guild Template. More...
#include <FoundationEntities.hpp>
Public Data Members | |
std::string | code {} |
The template code(unique ID). | |
std::string | createdAt {} |
When this template was created. | |
UserData | creator {} |
The User who created the template. | |
std::string | creatorId {} |
The ID of the User who created the template. | |
std::string | description {} |
The description for the template. | |
bool | isDirty {} |
Whether the template has unsynced changes. | |
std::string | name {} |
Template name. | |
GuildData | serializedSourceGuild {} |
The Guild snapshot this template contains. | |
std::string | sourceGuildId {} |
The ID of the Guild this template is based on. | |
std::string | updatedAt {} |
When this template was last synced to the source Guild. | |
uint32_t | usageCount {} |
Number of times this template has been used. | |