![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
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. | |