D++ (DPP)
C++ Discord API Bot Library
dpp::audit_entry Struct Reference

An individual audit log entry. More...

#include <auditlog.h>

+ Inheritance diagram for dpp::audit_entry:
+ Collaboration diagram for dpp::audit_entry:

Public Member Functions

 audit_entry ()
 
virtual ~audit_entry ()=default
 
audit_entryfill_from_json (nlohmann::json *j)
 Convert object from nlohmann::json. More...
 
auto to_json (bool with_id=false) const
 Convert object to nlohmann::json. More...
 
std::string build_json (bool with_id=false) const
 Convert object to json string. More...
 

Public Attributes

snowflake id
 ID of the entry. More...
 
snowflake target_id
 
std::vector< audit_changechanges
 Optional: changes made to the target_id. More...
 
snowflake user_id
 The user or app that made the changes (may be empty). More...
 
audit_type type
 Type of action that occurred. More...
 
std::optional< audit_extraextra
 Optional: additional info for certain action types. More...
 
std::string reason
 Optional: the reason for the change (1-512 characters). More...
 

Protected Member Functions

audit_entryfill_from_json_impl (nlohmann::json *j)
 

Friends

struct json_interface< audit_entry >
 

Detailed Description

An individual audit log entry.

Constructor & Destructor Documentation

◆ audit_entry()

dpp::audit_entry::audit_entry ( )

Constructor

◆ ~audit_entry()

virtual dpp::audit_entry::~audit_entry ( )
virtualdefault

Destructor

Member Function Documentation

◆ build_json()

std::string dpp::json_interface< audit_entry >::build_json ( bool  with_id = false) const
inlineinherited

Convert object to json string.

Parameters
with_idWhether to include the ID or not
Note
Some fields are conditionally filled, do not rely on all fields being present
Returns
std::string Json built from the structure

◆ fill_from_json()

audit_entry & dpp::json_interface< audit_entry >::fill_from_json ( nlohmann::json *  j)
inlineinherited

Convert object from nlohmann::json.

Parameters
jnlohmann::json object
Returns
T& Reference to self for fluent calling

◆ fill_from_json_impl()

audit_entry & dpp::audit_entry::fill_from_json_impl ( nlohmann::json *  j)
protected

Read class values from json object

Parameters
jA json object to read from
Returns
A reference to self

◆ to_json()

auto dpp::json_interface< audit_entry >::to_json ( bool  with_id = false) const
inlineinherited

Convert object to nlohmann::json.

Parameters
with_idWhether to include the ID or not
Note
Some fields are conditionally filled, do not rely on all fields being present
Returns
json Json built from the structure

Friends And Related Function Documentation

◆ json_interface< audit_entry >

friend struct json_interface< audit_entry >
friend

Member Data Documentation

◆ changes

std::vector<audit_change> dpp::audit_entry::changes

Optional: changes made to the target_id.

◆ extra

std::optional<audit_extra> dpp::audit_entry::extra

Optional: additional info for certain action types.

◆ id

snowflake dpp::audit_entry::id

ID of the entry.

◆ reason

std::string dpp::audit_entry::reason

Optional: the reason for the change (1-512 characters).

◆ target_id

snowflake dpp::audit_entry::target_id

ID of the affected entity (webhook, user, role, etc.) (may be empty)

Note
For dpp::audit_type::aut_appcommand_permission_update updates, it's the command ID or the app ID

◆ type

audit_type dpp::audit_entry::type

Type of action that occurred.

◆ user_id

snowflake dpp::audit_entry::user_id

The user or app that made the changes (may be empty).

D++ Library version 10.0.29D++ Library version 10.0.28D++ Library version 10.0.27D++ Library version 10.0.26D++ Library version 10.0.25D++ Library version 10.0.24D++ Library version 10.0.23D++ Library version 10.0.22D++ Library version 10.0.21D++ Library version 10.0.20D++ Library version 10.0.19D++ Library version 10.0.18D++ Library version 10.0.17D++ Library version 10.0.16D++ Library version 10.0.15D++ Library version 10.0.14D++ Library version 10.0.13D++ Library version 10.0.12D++ Library version 10.0.11D++ Library version 10.0.10D++ Library version 10.0.9D++ Library version 10.0.8D++ Library version 10.0.7D++ Library version 10.0.6D++ Library version 10.0.5D++ Library version 10.0.4D++ Library version 10.0.3D++ Library version 10.0.2D++ Library version 10.0.1D++ Library version 10.0.0D++ Library version 9.0.19D++ Library version 9.0.18D++ Library version 9.0.17D++ Library version 9.0.16D++ Library version 9.0.15D++ Library version 9.0.14D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0