![]()  | 
  
    D++ (DPP)
    
   C++ Discord API Bot Library 
   | 
 
Extra information for an audit log entry. More...
#include <auditlog.h>
 Collaboration diagram for dpp::audit_extra:Public Attributes | |
| snowflake | application_id | 
| ID of the app whose permissions were targeted.  More... | |
| std::string | automod_rule_name | 
| Name of the Auto Moderation rule that was triggered.  More... | |
| std::string | automod_rule_trigger_type | 
| Trigger type of the Auto Moderation rule that was triggered.  More... | |
| snowflake | channel_id | 
| channel in which the entities were targeted  More... | |
| std::string | count | 
| number of entities that were targeted  More... | |
| std::string | delete_member_days | 
| number of days after which inactive members were kicked  More... | |
| snowflake | id | 
| id of the overwritten entity  More... | |
| std::string | members_removed | 
| number of members removed by the prune  More... | |
| snowflake | message_id | 
| id of the message that was targeted  More... | |
| std::string | role_name | 
| name of the role if type is "0" (not present if type is "1")  More... | |
| std::string | type | 
| type of overwritten entity - "0" for "role" or "1" for "member"  More... | |
Extra information for an audit log entry.
| snowflake dpp::audit_extra::application_id | 
ID of the app whose permissions were targeted.
| std::string dpp::audit_extra::automod_rule_name | 
Name of the Auto Moderation rule that was triggered.
| std::string dpp::audit_extra::automod_rule_trigger_type | 
Trigger type of the Auto Moderation rule that was triggered.
| snowflake dpp::audit_extra::channel_id | 
channel in which the entities were targeted
| std::string dpp::audit_extra::count | 
number of entities that were targeted
| std::string dpp::audit_extra::delete_member_days | 
number of days after which inactive members were kicked
| snowflake dpp::audit_extra::id | 
id of the overwritten entity
| std::string dpp::audit_extra::members_removed | 
number of members removed by the prune
| snowflake dpp::audit_extra::message_id | 
id of the message that was targeted
| std::string dpp::audit_extra::role_name | 
name of the role if type is "0" (not present if type is "1")
| std::string dpp::audit_extra::type | 
type of overwritten entity - "0" for "role" or "1" for "member"