Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <gateway.h>
Data Fields | |
u64snowflake | user_id |
u64snowflake | channel_id |
u64snowflake | message_id |
u64snowflake | guild_id |
struct discord_guild_member * | member |
struct discord_emoji * | emoji |
Public methods
discord_message_reaction_add_from_json(const char json[], size_t len, struct discord_message_reaction_add *this)
discord_message_reaction_add_from_jsmnf(jsmnf *root, const char json[], struct discord_message_reaction_add *this)
discord_message_reaction_add_to_json(char buf[], size_t size, const struct discord_message_reaction_add *this)
discord_message_reaction_add_to_jsonb(jsonb *b, char buf[], size_t size, const struct discord_message_reaction_add *this)
u64snowflake discord_message_reaction_add::user_id |
the id of the user
u64snowflake discord_message_reaction_add::channel_id |
the id of the channel
u64snowflake discord_message_reaction_add::message_id |
the id of the message
u64snowflake discord_message_reaction_add::guild_id |
the id of the guild
struct discord_guild_member* discord_message_reaction_add::member |
the member who reacted if this happened in a guild
struct discord_emoji* discord_message_reaction_add::emoji |
the emoji used to react