Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <audit_log.h>
Data Fields | |
u64snowflake | channel_id |
char * | count |
char * | delete_member_days |
u64snowflake | id |
char * | members_removed |
u64snowflake | message_id |
char * | role_name |
char * | type |
u64snowflake discord_optional_audit_entry_info::channel_id |
channel in which the entities were targeted
char* discord_optional_audit_entry_info::count |
number of entities that were targeted
char* discord_optional_audit_entry_info::delete_member_days |
number of days after which inactive members were kicked
u64snowflake discord_optional_audit_entry_info::id |
id of the overwritten entity
char* discord_optional_audit_entry_info::members_removed |
number of members removed by prune
u64snowflake discord_optional_audit_entry_info::message_id |
ID of the message that was targeted
char* discord_optional_audit_entry_info::role_name |
name of the role if type is "0" (not present if type is "1"
char* discord_optional_audit_entry_info::type |
type of overwritten entity - 0 for role or 1 for "member"