Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
Public Attributes | List of all members
discord_create_guild_params Struct Reference

Create Guild. More...

#include <guild.endpoints-params.h>

Collaboration diagram for discord_create_guild_params:
Collaboration graph
[legend]

Public Attributes

char * name
 
char * region
 
char * icon
 
int verification_level
 
int default_message_notifications
 
int explicit_content_filter
 
struct discord_channel ** channels
 < More...
 
u64_snowflake_t afk_channel_id
 
int afk_timeout
 
u64_snowflake_t system_channel_id
 

Detailed Description

Create Guild.

See also
https://discord.com/developers/docs/resources/guild#create-guild
Note
defined at specs/discord/guild.endpoints-params.json:10:22

Member Data Documentation

◆ channels

struct discord_channel** discord_create_guild_params::channels

<

Todo:
roles new guild roles;

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