![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For geting a Guild's audit logs. More...
#include <GuildEntities.hpp>
Public Data Members | |
AuditLogEvent | 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 for whom to look for the actions of. | |