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

For modifying the Channel position responseData of a single Channel. More...

#include <ChannelEntities.hpp>

Public Data Members

Snowflake id {}
 Channel id.
 
bool lockPermissions {}
 Syncs the permission overwrites with the new parent, if moving to a new category.
 
Snowflake parentId {}
 The new parent ID for the Channel that is moved.
 
int32_t position {}
 Sorting position of the Channel.
 

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