Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <audit_log.h>
Data Fields | |
u64snowflake | target_id |
struct discord_audit_log_changes * | changes |
u64snowflake | user_id |
u64snowflake | id |
enum discord_audit_log_events | action_type |
struct discord_optional_audit_entry_infos * | options |
char * | reason |
u64snowflake discord_audit_log_entry::target_id |
ID of the affected entity (webhook, user, role, etc.)
struct discord_audit_log_changes* discord_audit_log_entry::changes |
changes made to the target_id
u64snowflake discord_audit_log_entry::user_id |
the user who made the changes
u64snowflake discord_audit_log_entry::id |
id of the entry
enum discord_audit_log_events discord_audit_log_entry::action_type |
type of action that occurred
struct discord_optional_audit_entry_infos* discord_audit_log_entry::options |
additional info for certain action types
char* discord_audit_log_entry::reason |
the reason for the change (0-512) characters