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

For collecting a list of guild scheduled event users. More...

#include <GuildScheduledEventEntities.hpp>

Public Data Members

snowflake after {}
 consider only users after given user id.
 
snowflake before {}
 consider only users before given user id.
 
snowflake guildId {}
 The guild within which to modify the event.
 
snowflake guildScheduledEventId {}
 The id of the event to modify.
 
uint32_t limit {}
 How many users to receive from the event.
 
bool withMember {}
 Include guild member responseData if it exists.
 

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