D++ (DPP)
C++ Discord API Bot Library
|
Defines audit log changes. More...
#include <auditlog.h>
Public Attributes | |
std::string | new_value |
Optional: Serialised new value of the change, e.g. for nicknames, the new nickname. More... | |
std::string | old_value |
Optional: Serialised old value of the change, e.g. for nicknames, the old nickname. More... | |
std::string | key |
The property name that was changed (e.g. nick for nickname changes). More... | |
Defines audit log changes.
std::string dpp::audit_change::key |
The property name that was changed (e.g. nick
for nickname changes).
std::string dpp::audit_change::new_value |
Optional: Serialised new value of the change, e.g. for nicknames, the new nickname.
std::string dpp::audit_change::old_value |
Optional: Serialised old value of the change, e.g. for nicknames, the old nickname.