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

For getting a list of guild bans. More...

#include <GuildEntities.hpp>

Public Data Members

snowflake after {}
 consider only users after given user id null.
 
snowflake before {}
 consider only users before given user id.
 
snowflake guildId {}
 The guild from which to collect the list of bans.
 
uint64_t limit {}
 Number of users to return ( up to maximum 1000 ).
 

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