D++ (DPP)
C++ Discord API Bot Library
|
Extra information for an audit log entry. More...
#include <auditlog.h>
Public Attributes | |
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... | |
std::string | delete_member_days |
Number of days after which inactive members were kicked. More... | |
std::string | members_removed |
Number of members removed by the prune. More... | |
snowflake | channel_id |
Channel in which the entities were targeted. More... | |
snowflake | message_id |
ID of the message that was targeted. More... | |
std::string | count |
Number of entities that were targeted. More... | |
snowflake | id |
ID of the overwritten entity. More... | |
std::string | type |
Type of overwritten entity - "0" for "role" or "1" for "member". More... | |
std::string | role_name |
Name of the role if type is "0" (not present if type is "1"). More... | |
snowflake | application_id |
ID of the app whose permissions were targeted. 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".