| 
    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_emoji * | emoji | 
Public methods
discord_message_reaction_remove_from_json(const char json[], size_t len, struct discord_message_reaction_remove *this)discord_message_reaction_remove_from_jsmnf(jsmnf *root, const char json[], struct discord_message_reaction_remove *this)discord_message_reaction_remove_to_json(char buf[], size_t size, const struct discord_message_reaction_remove *this)discord_message_reaction_remove_to_jsonb(jsonb *b, char buf[], size_t size, const struct discord_message_reaction_remove *this) | u64snowflake discord_message_reaction_remove::user_id | 
the id of the user
| u64snowflake discord_message_reaction_remove::channel_id | 
the id of the channel
| u64snowflake discord_message_reaction_remove::message_id | 
the id of the message
| u64snowflake discord_message_reaction_remove::guild_id | 
the id of the guild
| struct discord_emoji* discord_message_reaction_remove::emoji | 
the emoji used to react