D++ (DPP)
A Lightweight C++ library for Discord
|
The auditlog class represents the audit log entry of a guild. More...
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.
|
default |
Constructor
|
default |
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.