|
Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <gateway.h>
Data Fields | |
| u64snowflake | channel_id |
| u64snowflake | guild_id |
| char * | code |
Public methods
discord_invite_delete_from_json(const char json[], size_t len, struct discord_invite_delete *this)discord_invite_delete_from_jsmnf(jsmnf *root, const char json[], struct discord_invite_delete *this)discord_invite_delete_to_json(char buf[], size_t size, const struct discord_invite_delete *this)discord_invite_delete_to_jsonb(jsonb *b, char buf[], size_t size, const struct discord_invite_delete *this) | u64snowflake discord_invite_delete::channel_id |
the channel of the invite
| u64snowflake discord_invite_delete::guild_id |
the guild of the invite
| char* discord_invite_delete::code |
the unique invite code