|
dscrd
Discord C library
|
Discord guild. More...
#include <dscrd.h>

Data Fields | |
| char | id [21] |
| guild id More... | |
| uint8_t | _type |
| char * | name |
| guild name More... | |
| char * | icon |
| icon hash More... | |
| char * | splash |
| splash hash (?) More... | |
| bool | owner |
| whether or not the user is the owner of the guild More... | |
| char | owner_id [21] |
| id of owner More... | |
| int | permissions |
| total permissions for the user in the guild (does not include channel overrides) More... | |
| char * | region |
| voice region id for the guild More... | |
| char | afk_channel_id [21] |
| id of afk channel More... | |
| int | afk_timeout |
| afk timeout in seconds More... | |
| bool | embed_enabled |
| is this guild embeddable (e.g. widget) More... | |
| char | embed_channel_id [21] |
| id of embedded channel More... | |
| int | verification_level |
| verification level required for the guild More... | |
| int | default_message_notifications |
| default message notifications level More... | |
| int | explicit_content_filter |
| explicit content filter level More... | |
| char ** | features |
| roles in the guild More... | |
| int | mfa_level |
| required MFA level for the guild More... | |
| char | application_id [21] |
| application id of the guild creator if it is bot-created More... | |
| bool | widget_enabled |
| whether or not the server widget is enabled More... | |
| char | widget_channel_id [21] |
| the channel id for the server widget More... | |
| char | system_channel_id [21] |
| the id of the channel to which system messages are sent More... | |
| struct DiscordClient_s * | discord_client |
Discord guild.
| uint8_t _type |
| char afk_channel_id[21] |
id of afk channel
| int afk_timeout |
afk timeout in seconds
| char application_id[21] |
application id of the guild creator if it is bot-created
| int default_message_notifications |
default message notifications level
| struct DiscordClient_s* discord_client |
| char embed_channel_id[21] |
id of embedded channel
| bool embed_enabled |
is this guild embeddable (e.g. widget)
| int explicit_content_filter |
explicit content filter level
| char** features |
roles in the guild
emojis features
| char* icon |
icon hash
| char id[21] |
guild id
| int mfa_level |
required MFA level for the guild
| char* name |
guild name
| bool owner |
whether or not the user is the owner of the guild
| char owner_id[21] |
id of owner
| int permissions |
total permissions for the user in the guild (does not include channel overrides)
| char* region |
voice region id for the guild
| char* splash |
splash hash (?)
| char system_channel_id[21] |
the id of the channel to which system messages are sent
| int verification_level |
verification level required for the guild
| char widget_channel_id[21] |
the channel id for the server widget
| bool widget_enabled |
whether or not the server widget is enabled
1.8.13