Concord - C Discord API library
A Discord API wrapper library written in C
Modules
Here is a list of all modules:
[detail level 1234]
 Error handlingConcord error codes and meaning
 PrimitivesCommonly used datatypes
 ClientClient functions and datatypes
 CachingCaching API supported by Concord
 CommandsRequests made by the client to the Gateway socket
 EventsEvents sent over the Gateway socket to the client
 TimerSchedule callbacks to be called in the future
 ConstantsMacros for constants defined by Discord
 General lengthsMax length for general fields
 Embed lengthsMax length for embed fields
 Webhook lengthsMax length for embed fields
 Application flags
 Gateway activity flagsDescribe user activities
 Discord permissions
 Voice speaking flags
 APIThe Discord public API supported by Concord
 InteractionsInteractions public API supported by Concord
 Slash commandsReceiving and registering slash commands
 Receiving and sendingReceiving and sending interactions
 Audit LogAudit Log's public API supported by Concord
 Auto ModerationAuto Moderation public API supported by Concord
 ChannelChannel's public API supported by Concord
 Embed builderDynamic embed builder functions
 Helper functionsCustom helper functions
 Message flags
 EmojiEmoji's public API supported by Concord
 GatewayGateway's public API supported by Concord
 Helper functionsCustom helper functions
 GuildGuild's public API supported by Concord
 System channel flags
 Guild Scheduled EventGuild Scheduled Event's public API supported by Concord
 Guild TemplateGuild Template's public API supported by Concord
 InviteInvite's public API supported by Concord
 OAuth2OAuth2's public API supported by Concord
 Stage InstanceStage Instance's public API supported by Concord
 StickerSticker's public API supported by Concord
 UserUser's public API supported by Concord
 User flagsFlags on a user account
 VoiceVoice's public API supported by Concord
 WebhookWebhook's public API supported by Concord
 Internal implementation detailsDocumentation useful when developing or debugging Concord itself
 Timer APICallback scheduling API
 REST APIWrapper to the Discord REST API
 Request's handlingStore, manage and dispatch individual requests
 RatelimitingEnforce ratelimiting per the official Discord Documentation
 WebSockets APIWrapper to the Discord Gateway API
 Client's session statusClient's session status
 Gateway intentsEvents user is interested on listening to
 Reference counterHandle automatic cleanup of user's data
 Message Commands APIThe Message Commands API for registering and parsing user commands
 Cache APIThe Cache API for storage and retrieval of Discord data
 Global threadpoolA global threadpool for worker-threads handling
 Log_C_DatatypesRelevant datatypes borrowed from log.c