Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
Public Attributes | List of all members
discord_audit_log_change_key Struct Reference

Audit Log Change Key. More...

#include <audit_log.h>

Public Attributes

char name [MAX_NAME_LEN]
 
char description [MAX_DESCRIPTION_LEN]
 
char icon_hash [MAX_SHA256_LEN]
 
char splash_hash [MAX_SHA256_LEN]
 
char discovery_splash_hash [MAX_SHA256_LEN]
 
u64_snowflake_t banner_hash
 
u64_snowflake_t owner_id
 
char region [MAX_REGION_LEN]
 
char preferred_locale [MAX_LOCALE_LEN]
 
u64_snowflake_t afk_channel_id
 
int afk_timeout
 
u64_snowflake_t rules_channel_id
 
u64_snowflake_t public_updates_channel_id
 
int mfa_level
 
int verification_level
 
int explicit_content_filter
 
int default_message_notifications
 
char * vanity_url
 
int prune_delete_days
 < More...
 
bool widget_enabled
 
u64_snowflake_t widget_channel_id
 
u64_snowflake_t system_channel_id
 
int position
 
char * topic
 
int bitrate
 
bool nsfw
 < More...
 
u64_snowflake_t application_id
 
int rate_limit_per_user
 
char * permissions
 
int color
 
bool hoist
 
bool mentionable
 
char * allow
 
char * deny
 
char * code
 
char * channel_id
 
char * inviter_id
 
char * max_uses
 
char * uses
 
char * max_age
 
char * temporary
 
char * deaf
 
char * mute
 
char * nick
 
char * avatar_hash
 
u64_snowflake_t id
 
bool enable_emotions
 < More...
 
int expire_behavior
 
int expire_grace_period
 
int user_limit
 

Detailed Description

Audit Log Change Key.

See also
https://discord.com/developers/docs/resources/audit-log#audit-log-change-object-audit-log-change-key
Note
defined at specs/discord/audit_log.json:110:22

Member Data Documentation

◆ enable_emotions

bool discord_audit_log_change_key::enable_emotions

<

Todo:
type integer or string;

◆ nsfw

bool discord_audit_log_change_key::nsfw

<

Todo:
permission_overwrites (null);

◆ prune_delete_days

int discord_audit_log_change_key::prune_delete_days

<

Todo:
add (null);

<

Todo:
remove (null);

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