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

#include <guild_scheduled_event.h>

Collaboration diagram for discord_modify_guild_scheduled_event:
[legend]

Data Fields

char * reason
 
u64snowflake channel_id
 
struct discord_guild_scheduled_event_entity_metadataentity_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
 

Detailed Description

Field Documentation

◆ reason

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

◆ channel_id

u64snowflake discord_modify_guild_scheduled_event::channel_id

the channel ID of the scheduled event

◆ entity_metadata

struct discord_guild_scheduled_event_entity_metadata* discord_modify_guild_scheduled_event::entity_metadata

the entity metadata of the scheduled event

◆ name

char* discord_modify_guild_scheduled_event::name

the name of the scheduled event

◆ scheduled_start_time

u64unix_ms discord_modify_guild_scheduled_event::scheduled_start_time

the time the scheduled event will start

◆ scheduled_end_time

u64unix_ms discord_modify_guild_scheduled_event::scheduled_end_time

the time the scheduled event will end

◆ description

char* discord_modify_guild_scheduled_event::description

the description of the scheduled event

◆ entity_type

enum discord_guild_scheduled_event_entity_types discord_modify_guild_scheduled_event::entity_type

the entity type of the scheduled event

◆ status

enum discord_guild_scheduled_event_status discord_modify_guild_scheduled_event::status

the status of the scheduled event

◆ image

char* discord_modify_guild_scheduled_event::image

the cover image of the scheduled event


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