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

#include <audit_log.h>

Collaboration diagram for discord_audit_log:
[legend]

Data Fields

struct discord_audit_log_entriesaudit_log_entries
 
struct discord_guild_scheduled_eventsguild_scheduled_events
 
struct discord_integrationsintegrations
 
struct discord_channelsthreads
 
struct discord_usersusers
 
struct discord_webhookswebhooks
 

Detailed Description

Field Documentation

◆ audit_log_entries

struct discord_audit_log_entries* discord_audit_log::audit_log_entries

list of audit log entries

Examples
audit-log.c.

◆ guild_scheduled_events

struct discord_guild_scheduled_events* discord_audit_log::guild_scheduled_events

list of guild scheduled events found in the audit log

◆ integrations

struct discord_integrations* discord_audit_log::integrations

list of partial integration objects

◆ threads

struct discord_channels* discord_audit_log::threads

list of threads found in the audit log

◆ users

struct discord_users* discord_audit_log::users

list of users found in the audit log

◆ webhooks

struct discord_webhooks* discord_audit_log::webhooks

list of webhooks found in the audit log


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