Concord - C Discord API library
A Discord API wrapper library written in C
guild_template.h File Reference

Guild Template public functions and datatypes. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

CCORDcode discord_get_guild_template (struct discord *client, const char template_code[], struct discord_ret_guild_template *ret)
 Get a guild template for the given code. More...
 
CCORDcode discord_create_guild_from_guild_template (struct discord *client, const char template_code[], struct discord_create_guild_from_guild_template *params, struct discord_ret_guild *ret)
 Create a new guild based on a template. More...
 
CCORDcode discord_get_guild_templates (struct discord *client, u64snowflake guild_id, struct discord_ret_guild_templates *ret)
 Returns discord_guild_templates from a guild. More...
 
CCORDcode discord_create_guild_template (struct discord *client, u64snowflake guild_id, struct discord_create_guild_template *params, struct discord_ret_guild_template *ret)
 Creates a template for the guild. More...
 
CCORDcode discord_sync_guild_template (struct discord *client, u64snowflake guild_id, const char template_code[], struct discord_ret_guild_template *ret)
 Syncs the template to the guild's current state. More...
 
CCORDcode discord_modify_guild_template (struct discord *client, u64snowflake guild_id, const char template_code[], struct discord_modify_guild_template *params, struct discord_ret_guild_template *ret)
 Modifies the template's metadata. More...
 
CCORDcode discord_delete_guild_template (struct discord *client, u64snowflake guild_id, const char template_code[], struct discord_ret_guild_template *ret)
 Deletes the guild template. More...
 

Detailed Description

Guild Template public functions and datatypes.

Author
Cogmasters