Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <gateway.h>
Data Fields | |
u64snowflake | channel_id |
u64snowflake | message_id |
u64snowflake | guild_id |
Public methods
discord_message_reaction_remove_all_from_json(const char json[], size_t len, struct discord_message_reaction_remove_all *this)
discord_message_reaction_remove_all_from_jsmnf(jsmnf *root, const char json[], struct discord_message_reaction_remove_all *this)
discord_message_reaction_remove_all_to_json(char buf[], size_t size, const struct discord_message_reaction_remove_all *this)
discord_message_reaction_remove_all_to_jsonb(jsonb *b, char buf[], size_t size, const struct discord_message_reaction_remove_all *this)
u64snowflake discord_message_reaction_remove_all::channel_id |
the id of the channel
u64snowflake discord_message_reaction_remove_all::message_id |
the id of the message
u64snowflake discord_message_reaction_remove_all::guild_id |
the id of the guild