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_channel_params Struct Reference

Create Guild Channel. More...

#include <guild.endpoints-params.h>

Collaboration diagram for discord_create_guild_channel_params:
Collaboration graph
[legend]

Public Attributes

char * name
 
int type
 
char * topic
 
int bitrate
 
int user_limit
 
int rate_limit_per_user
 
int position
 
struct discord_channel_overwrite ** permission_overwrites
 
u64_snowflake_t parent_id
 
bool nsfw
 

Detailed Description

Create Guild Channel.

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

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