D++ (DPP)
C++ Discord API Bot Library
|
Extra information for an audit log entry. More...
#include <auditlog.h>
Public Attributes | |
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.
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"