Concord - C Discord API library
A Discord API wrapper library written in C
discord_optional_audit_entry_info Struct Reference

#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
 

Field Documentation

◆ channel_id

u64snowflake discord_optional_audit_entry_info::channel_id

channel in which the entities were targeted

◆ count

char* discord_optional_audit_entry_info::count

number of entities that were targeted

◆ delete_member_days

char* discord_optional_audit_entry_info::delete_member_days

number of days after which inactive members were kicked

◆ id

u64snowflake discord_optional_audit_entry_info::id

id of the overwritten entity

◆ members_removed

char* discord_optional_audit_entry_info::members_removed

number of members removed by prune

◆ message_id

u64snowflake discord_optional_audit_entry_info::message_id

ID of the message that was targeted

◆ role_name

char* discord_optional_audit_entry_info::role_name

name of the role if type is "0" (not present if type is "1"

◆ type

char* discord_optional_audit_entry_info::type

type of overwritten entity - 0 for role or 1 for "member"


The documentation for this struct was generated from the following file: