![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Audit log entry data. More...
#include <FoundationEntities.hpp>
Public Data Members | |
AuditLogEvent | actionType {} |
Audit log action type. | |
std::vector< AuditLogChangeData > | changes {} |
Array of audit log change data. | |
TimeStamp | createdTimeStamp {} |
Time at which this entry was created. | |
OptionalAuditEntryInfoData | options {} |
Audit log entry info data. | |
std::string | reason {} |
The reason that was entered for the given change. | |
Snowflake | targetId {} |
Id of the target User. | |
Snowflake | userId {} |
Id of the executing User. | |
![]() | |
Snowflake | id {} |
Additional Inherited Members | |
![]() | |
std::string | getCreatedAtTimestamp (TimeFormat timeFormat) |
Converts the snowflake-id into a time and date stamp. | |