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

For modifying a guild template. More...

#include <GuildEntities.hpp>

Public Data Members

jsonifier::string description {}
 template which you would like to modify. More...
 
snowflake guildId {}
 Guild within which you would like to modify the template.
 
jsonifier::string name {}
 Name of the template (1 - 100 characters).
 

Member Data Documentation

◆ description

jsonifier::string discord_core_api::modify_guild_template_data::description {}

Description for the template (0 - 120 characters).

Definition at line 229 of file GuildEntities.hpp.


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