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

For geting a guild's audit logs. More...

#include <GuildEntities.hpp>

Public Data Members

audit_log_event actionType {}
 The action type to acquire audit-logs for.
 
snowflake before {}
 Entries that preceded a specific audit log entry id.
 
snowflake guildId {}
 The guiild id for the guild which you wish to query the log of.
 
int32_t limit {}
 The maximum number of actions to acquire from the log.
 
snowflake userId {}
 The user_data for whom to look for the actions of.
 

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