DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::guild_scheduled_event_data Class Reference

Data representing a guild scheduled event. More...

#include <FoundationEntities.hpp>

Public Data Members

snowflake channelId {}
 The channel_data id in which the scheduled event will be hosted, or null if scheduled entity type is external.
 
user_data creator {}
 The user_data that created the scheduled event.
 
snowflake creatorId {}
 The id of the user_data that created the scheduled event *.
 
jsonifier::string description {}
 The description of the scheduled event(1 - 1000 characters.
 
snowflake entityId {}
 The id of an entity associated with a guild scheduled event.
 
guild_scheduled_event_metadata entityMetadata {}
 Additional metadata for the guild scheduled event.
 
guild_scheduled_event_entity_type entityType {}
 The type of the scheduled event.
 
snowflake guildId {}
 The guild id which the scheduled event belongs to.
 
jsonifier::string name {}
 The name of the scheduled event(1 - 100 characters).
 
guild_scheduled_event_privacy_level privacyLevel {}
 The privacy level of the scheduled event.
 
jsonifier::string scheduledEndTime {}
 The time the scheduled event will end, required if entity_type is external.
 
jsonifier::string scheduledStartTime {}
 The time the scheduled event will start.
 
guild_scheduled_event_status status {}
 The status of the scheduled event.
 
uint32_t userCount {}
 The number of users subscribed to the scheduled event.
 

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