|
Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <guild.h>
Data Fields | |
| char * | reason |
| bool | enabled |
| struct discord_welcome_screen_channels * | welcome_channels |
| char * | description |
Public methods
discord_modify_guild_welcome_screen_from_json(const char json[], size_t len, struct discord_modify_guild_welcome_screen *this)discord_modify_guild_welcome_screen_from_jsmnf(jsmnf *root, const char json[], struct discord_modify_guild_welcome_screen *this)| char* discord_modify_guild_welcome_screen::reason |
| reason | a reason to indicate why the action was taken |
| bool discord_modify_guild_welcome_screen::enabled |
whether the welcome screen is enabled
| struct discord_welcome_screen_channels* discord_modify_guild_welcome_screen::welcome_channels |
channels linked in the welcome screen and their display options
| char* discord_modify_guild_welcome_screen::description |
the server description to show in the welcome screen