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

#include <channel.h>

Data Fields

char * reason
 
u64bitmask allow
 
u64bitmask deny
 
int type
 

Detailed Description

Field Documentation

◆ reason

char* discord_edit_channel_permissions::reason
Parameters
reasona reason to indicate why the action was taken

◆ allow

u64bitmask discord_edit_channel_permissions::allow

the bitwise value of all allowed permissions (default "0")

See also
Discord permissions

◆ deny

u64bitmask discord_edit_channel_permissions::deny

the bitwise value of all disallowed permissions (default "0")

See also
Discord permissions

◆ type

int discord_edit_channel_permissions::type

0 for a role or 1 for a member


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