| 
    Concord - C Discord API library
    
   A Discord API wrapper library written in C 
   | 
 
#include <guild_scheduled_event.h>
Data Fields | |
| char * | reason | 
| u64snowflake | channel_id | 
| struct discord_guild_scheduled_event_entity_metadata * | entity_metadata | 
| char * | name | 
| u64unix_ms | scheduled_start_time | 
| u64unix_ms | scheduled_end_time | 
| char * | description | 
| enum discord_guild_scheduled_event_entity_types | entity_type | 
| enum discord_guild_scheduled_event_status | status | 
| char * | image | 
Public methods
discord_modify_guild_scheduled_event_from_json(const char json[], size_t len, struct discord_modify_guild_scheduled_event *this)discord_modify_guild_scheduled_event_from_jsmnf(jsmnf *root, const char json[], struct discord_modify_guild_scheduled_event *this)| char* discord_modify_guild_scheduled_event::reason | 
| reason | a reason to indicate why the action was taken  | 
| u64snowflake discord_modify_guild_scheduled_event::channel_id | 
the channel ID of the scheduled event
| struct discord_guild_scheduled_event_entity_metadata* discord_modify_guild_scheduled_event::entity_metadata | 
the entity metadata of the scheduled event
| char* discord_modify_guild_scheduled_event::name | 
the name of the scheduled event
| u64unix_ms discord_modify_guild_scheduled_event::scheduled_start_time | 
the time the scheduled event will start
| u64unix_ms discord_modify_guild_scheduled_event::scheduled_end_time | 
the time the scheduled event will end
| char* discord_modify_guild_scheduled_event::description | 
the description of the scheduled event
| enum discord_guild_scheduled_event_entity_types discord_modify_guild_scheduled_event::entity_type | 
the entity type of the scheduled event
| enum discord_guild_scheduled_event_status discord_modify_guild_scheduled_event::status | 
the status of the scheduled event
| char* discord_modify_guild_scheduled_event::image | 
the cover image of the scheduled event