Concord - C Discord API library
A Discord API wrapper library written in C
audit_log.h
Go to the documentation of this file.
1
7#ifndef DISCORD_AUDIT_LOG
8#define DISCORD_AUDIT_LOG
9
26 struct discord *client,
27 u64snowflake guild_id,
28 struct discord_get_guild_audit_log *params,
29 struct discord_ret_audit_log *ret);
30
37#endif /* DISCORD_AUDIT_LOG */
CCORDcode
Definition: error.h:12
uint64_t u64snowflake
Snowflake datatype.
Definition: types.h:28
CCORDcode discord_get_guild_audit_log(struct discord *client, u64snowflake guild_id, struct discord_get_guild_audit_log *params, struct discord_ret_audit_log *ret)
Get audit log for a given guild.
Definition: audit_log.h:163
Request's return context.
Definition: discord-response.h:73
The Discord client handler.
Definition: discord-internal.h:1190