D++ (DPP)
C++ Discord API Bot Library
|
The auditlog class represents the audit log entry of a guild. More...
#include <auditlog.h>
Public Member Functions | |
auditlog () | |
~auditlog () | |
auditlog & | fill_from_json (nlohmann::json *j) |
Public Attributes | |
std::vector< audit_entry > | entries |
Audit log entries. More... | |
The auditlog class represents the audit log entry of a guild.
dpp::auditlog::auditlog | ( | ) |
Constructor
dpp::auditlog::~auditlog | ( | ) |
Destructor
auditlog & dpp::auditlog::fill_from_json | ( | nlohmann::json * | j | ) |
Read class values from json object
j | A json object to read from |
std::vector<audit_entry> dpp::auditlog::entries |
Audit log entries.