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

For searching for one or more guild_members within a chosen guild. More...

#include <GuildMemberEntities.hpp>

Public Data Members

snowflake guildId {}
 Guild within which to search for the guild_members.
 
int32_t limit {}
 Max number of members to return (1 - 1000).
 
jsonifier::string query {}
 Query jsonifier::string to match username(s) and nickname(s) against.
 

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