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 key. More... | |
std::string | old_value |
Optional: Serialised old value of the key. More... | |
std::string | key |
name of audit log change key More... | |
Defines audit log changes.
std::string dpp::audit_change::key |
name of audit log change key
std::string dpp::audit_change::new_value |
Optional: Serialised new value of the key.
std::string dpp::audit_change::old_value |
Optional: Serialised old value of the key.