![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Audit log data. More...
#include <FoundationEntities.hpp>
Public Data Members | |
std::vector< AuditLogEntryData > | auditLogEntries {} |
Array of audit log entry objects. | |
std::vector< AutoModerationRuleData > | autoModerationRules {} |
List of auto moderation rules referenced in the audit log. | |
std::vector< GuildScheduledEventData > | guildScheduledEvents {} |
Array of guild scheduled event objects. | |
std::vector< IntegrationData > | integrations {} |
Array of partial integration objects. | |
std::vector< ChannelData > | threads {} |
Array of thread-specific channel objects. | |
std::vector< UserData > | users {} |
Array of user objects. | |
std::vector< WebHookData > | webhooks {} |
Array of webhook objects. | |