Concord - C Discord API library
A Discord API wrapper library written in C
discord_modify_guild_channel_position Struct Reference

#include <guild.h>

Data Fields

u64snowflake id
 
int position
 
bool lock_category
 
u64snowflake parent_id
 

Field Documentation

◆ id

u64snowflake discord_modify_guild_channel_position::id

channel ID

◆ position

int discord_modify_guild_channel_position::position

sorting position of the channel

◆ lock_category

bool discord_modify_guild_channel_position::lock_category

syncs the permission overwrites with the new parent, if moving to a new category

◆ parent_id

u64snowflake discord_modify_guild_channel_position::parent_id

the new parent ID for the channel that is moved


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