![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For searching for one or more GuildMembers within a chosen Guild. More...
#include <GuildMemberEntities.hpp>
Public Data Members | |
Snowflake | guildId {} |
Guild within which to search for the GuildMembers. | |
int32_t | limit {} |
Max number of members to return (1 - 1000). | |
std::string | query {} |
Query std::string to match userName(s) and nickname(s) against. | |